Boost logo

Boost Testing :

Subject: [Boost-testing] [run] not showing several test cases
From: Raffi Enficiaud (raffi.enficiaud_at_[hidden])
Date: 2016-11-08 15:57:07


(... x posting to build and test MLs ...)

Hi all,

Recently and with the help of many b2 experts, I started introducing
some smoke tests in boost.test that:

- compile a binary once
- run this binary several times by successive calls to [run ] with
different target names

Here is a snippet:

exe smoke-ts-included : smoke-ts/basic-smoke-test.cpp
                       : $(requirements_datasets) ;
// and then

[ run smoke-ts-included :
                               : : $(requirements) $(conditions-format)
: $(test-name-prefix)-0-$(log_or_report)-format-$(log_new_style) ]

This works ok on my terminal.

*However* it does not look like any of those tests are being actually
shown in the regression dashboard:
http://www.boost.org/development/tests/develop/developer/test.html

The name of the targets (the "$(test-name-prefix)" )are like "bt-st*".

Are those tests showing anywhere in the set of tests? Is that a mistake
on my side? What am I missing?

Thanks!
Raffi


Boost-testing list run by mbergal at meta-comm.com