Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/math/test/Jamfile.v2 @ 29

Last change on this file since 29 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
8import testing ;
9
10run ../test/common_factor_test.cpp
11    ../../test/build//boost_unit_test_framework/<link>static ;
12
13run ../octonion/octonion_test.cpp
14    ../../test/build//boost_unit_test_framework/<link>static ;
15
16run ../quaternion/quaternion_test.cpp
17    ../../test/build//boost_unit_test_framework/<link>static ;
18
19run ../special_functions/special_functions_test.cpp
20    ../../test/build//boost_unit_test_framework/<link>static ;
21
22run ../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
27run complex_test.cpp ;
28run hypot_test.cpp ;
29run log1p_expm1_test.cpp ;
30
31
32
Note: See TracBrowser for help on using the repository browser.