mirror of
https://github.com/boostorg/tuple.git
synced 2026-01-27 09:32:33 +01:00
21 lines
445 B
Plaintext
21 lines
445 B
Plaintext
subproject libs/tuple/test ;
|
|
|
|
unit-test tuple_test_bench
|
|
: tuple_test_bench.cpp
|
|
<lib>../../test/build/test_exec_monitor
|
|
: <sysinclude>$(BOOST_ROOT)
|
|
;
|
|
|
|
unit-test io_test
|
|
: io_test.cpp
|
|
<lib>../../test/build/test_exec_monitor
|
|
: <sysinclude>$(BOOST_ROOT)
|
|
;
|
|
|
|
unit-test another_tuple_test_bench
|
|
: another_tuple_test_bench.cpp
|
|
<lib>../../test/build/test_exec_monitor
|
|
: <sysinclude>$(BOOST_ROOT)
|
|
;
|
|
|