Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2003-01-05 15:05:42


Beman Dawes <bdawes_at_[hidden]> writes:

> At 10:53 AM 1/5/2003, David Abrahams wrote:
>
> >Done. ...
> > To get more information from --dump-tests output,
> >add <test-info>whatever to the target requirements, as many times as
> >you like. If you do this, after the test name, a square-bracketed
> >list of the "whatever" strings will appear in the --dump-tests output.
>
> OK, I just tested it and it worked great.
>
> Please don't forget the run-type though - that's the feature needed to make
> subincludes work with compiler_status:

Done. You now get something like this:

boost-test(RUN) "function_arith_portable" : "libs/function/test\function_arith_portable.cpp"
boost-test(RUN) "function_arith_cxx98" : "libs/function/test\function_arith_cxx98.cpp"
boost-test(COMPILE) "function_30" : "libs/function/test\function_30.cpp"
boost-test(COMPILE_FAIL) "function_test_fail2" : "libs/function/test\function_test_fail2.cpp"
boost-test(COMPILE_FAIL) "function_test_fail1" : "libs/function/test\function_test_fail1.cpp"
boost-test(RUN) "lambda_test" : "libs/function/test\lambda_test.cpp"
boost-test(RUN) "stateless_test" : "libs/function/test\stateless_test.cpp"
boost-test(RUN) "allocator_test" : "libs/function/test\allocator_test.cpp"
boost-test(RUN) "function_n_test" : "libs/function/test\function_n_test.cpp"
boost-test(RUN) "function_test" : "libs/function/test\function_test.cpp"
boost-test(RUN) "trackable_test" : "libs/signals/test\trackable_test.cpp"
boost-test(RUN) "signal_test" : "libs/signals/test\signal_test.cpp"
boost-test(RUN) "signal_n_test" : "libs/signals/test\signal_n_test.cpp"
boost-test(RUN) "ordering_test" : "libs/signals/test\ordering_test.cpp"
boost-test(RUN) "deletion_test" : "libs/signals/test\deletion_test.cpp"
boost-test(RUN) "dead_slot_test" : "libs/signals/test\dead_slot_test.cpp"
boost-test(RUN) "mem_fn_derived_test" : "libs/bind\mem_fn_derived_test.cpp"
boost-test(RUN) "mem_fn_void_test" : "libs/bind\mem_fn_void_test.cpp"
boost-test(RUN) "mem_fn_test" : "libs/bind\mem_fn_test.cpp"
boost-test(RUN) "bind_test" : "libs/bind\bind_test.cpp"
boost-test(RUN) "limits_test" : "libs/config/test\limits_test.cpp"
boost-test(RUN) "config_info" ["always_show_run_output"] : "libs/config/test\config_info.cpp"

I hope you don't mind that I removed the outer parens; the didn't seem
to add anything, and this format seemed most readable.

>
> --Beman
>
>
>
>
> To unsubscribe from this group, send an email to:
> jamboost-unsubscribe_at_[hidden]
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>

-- 
David Abrahams
dave_at_[hidden] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution
 

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk