Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/math/test/Jamfile @ 12

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

added boost

File size: 633 bytes
Line 
1subproject libs/math/test ;
2
3# bring in the rules for testing
4import testing ;
5
6run ../test/common_factor_test.cpp
7    <lib>../../test/build/boost_test_exec_monitor ;
8
9run ../octonion/octonion_test.cpp
10    <lib>../../test/build/boost_unit_test_framework ;
11
12run ../quaternion/quaternion_test.cpp
13    <lib>../../test/build/boost_unit_test_framework ;
14
15run ../special_functions/special_functions_test.cpp
16    <lib>../../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    <lib>../../test/build/boost_unit_test_framework ;
Note: See TracBrowser for help on using the repository browser.