mirror of
https://github.com/boostorg/math.git
synced 2026-02-02 21:02:20 +00:00
30 lines
948 B
Plaintext
30 lines
948 B
Plaintext
subproject libs/math/test ;
|
|
|
|
# bring in the rules for testing
|
|
import testing ;
|
|
|
|
run ../test/common_factor_test.cpp
|
|
<lib>../../test/build/boost_test_exec_monitor ;
|
|
|
|
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 ;
|
|
|
|
|
|
|
|
|