forked from boostorg/tuple
Update to V2
[SVN r38530]
This commit is contained in:
24
test/Jamfile
24
test/Jamfile
@ -1,20 +1,8 @@
|
|||||||
subproject libs/tuple/test ;
|
|
||||||
|
|
||||||
unit-test tuple_test_bench
|
project : requirements <library>/boost/test//boost_test_exec_monitor ;
|
||||||
: tuple_test_bench.cpp
|
|
||||||
<lib>../../test/build/boost_test_exec_monitor
|
|
||||||
: <sysinclude>$(BOOST_ROOT)
|
|
||||||
;
|
|
||||||
|
|
||||||
unit-test io_test
|
|
||||||
: io_test.cpp
|
|
||||||
<lib>../../test/build/boost_test_exec_monitor
|
|
||||||
: <sysinclude>$(BOOST_ROOT)
|
|
||||||
;
|
|
||||||
|
|
||||||
unit-test another_tuple_test_bench
|
|
||||||
: another_tuple_test_bench.cpp
|
|
||||||
<lib>../../test/build/boost_test_exec_monitor
|
|
||||||
: <sysinclude>$(BOOST_ROOT)
|
|
||||||
;
|
|
||||||
|
|
||||||
|
test-suite tuple :
|
||||||
|
[ run tuple_test_bench.cpp ]
|
||||||
|
[ run io_test.cpp ]
|
||||||
|
[ run another_tuple_test_bench.cpp ]
|
||||||
|
;
|
Reference in New Issue
Block a user