mirror of
https://github.com/boostorg/math.git
synced 2026-02-14 12:52:15 +00:00
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
# Copyright Daryle Walker, Hubert Holin and John Maddock 2006
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# (See accompanying file LICENSE_1_0.txt or copy at
|
|
# http://www.boost.org/LICENSE_1_0.txt.
|
|
|
|
subproject libs/math/test ;
|
|
|
|
# bring in the rules for testing
|
|
import testing ;
|
|
|
|
run ../test/common_factor_test.cpp
|
|
<lib>../../test/build/boost_unit_test_framework ;
|
|
|
|
run ../octonion/octonion_test.cpp
|
|
<lib>../../test/build/boost_unit_test_framework ;
|
|
|
|
run ../quaternion/quaternion_test.cpp
|
|
<lib>../../test/build/boost_unit_test_framework ;
|
|
|
|
run ../special_functions/special_functions_test.cpp
|
|
<lib>../../test/build/boost_unit_test_framework ;
|
|
|
|
run ../quaternion/quaternion_mult_incl_test.cpp
|
|
../quaternion/quaternion_mi1.cpp
|
|
../quaternion/quaternion_mi2.cpp
|
|
<lib>../../test/build/boost_unit_test_framework ;
|
|
|
|
run complex_test.cpp : : : <borland><*><runtime-link>static <borland-5_6_4><*><runtime-link>static ;
|
|
run hypot_test.cpp : : : <borland><*><runtime-link>static <borland-5_6_4><*><runtime-link>static ;
|
|
run log1p_expm1_test.cpp : : : <borland><*><runtime-link>static <borland-5_6_4><*><runtime-link>static ;
|
|
|
|
|
|
|
|
|
|
|