Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/math/test/Jamfile.v2 @ 20

Last change on this file since 20 was 12, checked in by landauf, 18 years ago

added boost

File size: 586 bytes
Line 
1
2
3# bring in the rules for testing
4import testing ;
5
6run ../test/common_factor_test.cpp
7    ../../test/build//boost_test_exec_monitor ;
8
9run ../octonion/octonion_test.cpp
10    ../../test/build//boost_unit_test_framework ;
11
12run ../quaternion/quaternion_test.cpp
13    ../../test/build//boost_unit_test_framework ;
14
15run ../special_functions/special_functions_test.cpp
16    ../../test/build//boost_unit_test_framework ;
17
18run ../quaternion/quaternion_mult_incl_test.cpp
19    ../quaternion/quaternion_mi1.cpp
20    ../quaternion/quaternion_mi2.cpp
21    ../../test/build//boost_unit_test_framework ;
Note: See TracBrowser for help on using the repository browser.