Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/tuple/test/Jamfile @ 14

Last change on this file since 14 was 12, checked in by landauf, 17 years ago

added boost

File size: 463 bytes
Line 
1subproject libs/tuple/test ;
2
3unit-test tuple_test_bench
4    : tuple_test_bench.cpp
5      <lib>../../test/build/boost_test_exec_monitor
6    : <sysinclude>$(BOOST_ROOT)
7    ;
8
9unit-test io_test
10    : io_test.cpp
11      <lib>../../test/build/boost_test_exec_monitor
12    : <sysinclude>$(BOOST_ROOT)
13    ;
14
15unit-test another_tuple_test_bench
16    : another_tuple_test_bench.cpp
17      <lib>../../test/build/boost_test_exec_monitor
18    : <sysinclude>$(BOOST_ROOT)
19    ;
20
Note: See TracBrowser for help on using the repository browser.