Boost logo

Boost :

Subject: Re: [boost] [build][testing] Auto-generated tests not present in reports
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2014-03-24 12:44:50


AMDG

On 03/24/2014 09:16 AM, Andrey Semashev wrote:
> <snip>
> all_rules += [ compile compile/self_contained_header.cpp :
> <define>"BOOST_LOG_TEST_HEADER=$(rel_file)" :
> self_contained_header/$(rel_file) ] ;
> <snip>
>
> It works locally, I can see the generated tests for all headers being
> compiled. However, I made this change quite some time ago but still I don't
> see these tests in the test reports table. I can see other tests which are
> generated by the same test_all rule, so it works. What could be the problem?
> Any ideas?
>

I suspect that the extra nesting is confusing
the test scripts. If that's the case, it will
probably work if you avoid using '/' in the
test name.

In Christ,
Steven Watanabe


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk