Last change
on this file since 35 was
29,
checked in by landauf, 16 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
946 bytes
|
Line | |
---|
1 | # Copyright Daryle Walker, Hubert Holin and John Maddock 2006 |
---|
2 | # Distributed under the Boost Software License, Version 1.0. |
---|
3 | # (See accompanying file LICENSE_1_0.txt or copy at |
---|
4 | # http://www.boost.org/LICENSE_1_0.txt. |
---|
5 | |
---|
6 | |
---|
7 | # bring in the rules for testing |
---|
8 | import testing ; |
---|
9 | |
---|
10 | run ../test/common_factor_test.cpp |
---|
11 | ../../test/build//boost_unit_test_framework/<link>static ; |
---|
12 | |
---|
13 | run ../octonion/octonion_test.cpp |
---|
14 | ../../test/build//boost_unit_test_framework/<link>static ; |
---|
15 | |
---|
16 | run ../quaternion/quaternion_test.cpp |
---|
17 | ../../test/build//boost_unit_test_framework/<link>static ; |
---|
18 | |
---|
19 | run ../special_functions/special_functions_test.cpp |
---|
20 | ../../test/build//boost_unit_test_framework/<link>static ; |
---|
21 | |
---|
22 | run ../quaternion/quaternion_mult_incl_test.cpp |
---|
23 | ../quaternion/quaternion_mi1.cpp |
---|
24 | ../quaternion/quaternion_mi2.cpp |
---|
25 | ../../test/build//boost_unit_test_framework/<link>static ; |
---|
26 | |
---|
27 | run complex_test.cpp ; |
---|
28 | run hypot_test.cpp ; |
---|
29 | run log1p_expm1_test.cpp ; |
---|
30 | |
---|
31 | |
---|
32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.