24 Mar
2014
24 Mar
'14
4:44 p.m.
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