forked from boostorg/tuple
Adjust for changed test library name
[SVN r19924]
This commit is contained in:
@ -2,19 +2,19 @@ subproject libs/tuple/test ;
|
|||||||
|
|
||||||
unit-test tuple_test_bench
|
unit-test tuple_test_bench
|
||||||
: tuple_test_bench.cpp
|
: tuple_test_bench.cpp
|
||||||
<lib>../../test/build/test_exec_monitor
|
<lib>../../test/build/boost_test_exec_monitor
|
||||||
: <sysinclude>$(BOOST_ROOT)
|
: <sysinclude>$(BOOST_ROOT)
|
||||||
;
|
;
|
||||||
|
|
||||||
unit-test io_test
|
unit-test io_test
|
||||||
: io_test.cpp
|
: io_test.cpp
|
||||||
<lib>../../test/build/test_exec_monitor
|
<lib>../../test/build/boost_test_exec_monitor
|
||||||
: <sysinclude>$(BOOST_ROOT)
|
: <sysinclude>$(BOOST_ROOT)
|
||||||
;
|
;
|
||||||
|
|
||||||
unit-test another_tuple_test_bench
|
unit-test another_tuple_test_bench
|
||||||
: another_tuple_test_bench.cpp
|
: another_tuple_test_bench.cpp
|
||||||
<lib>../../test/build/test_exec_monitor
|
<lib>../../test/build/boost_test_exec_monitor
|
||||||
: <sysinclude>$(BOOST_ROOT)
|
: <sysinclude>$(BOOST_ROOT)
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user