2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-21 17:12:09 +00:00
Files
math/test/Jamfile.v2
John Maddock 586cb50312 Added some proper error handling.
Got the incomplete beta inverse working better (Temme's expansions).


[SVN r2962]
2006-05-26 16:42:50 +00:00

26 lines
348 B
Plaintext

# bring in the rules for testing
import testing ;
project
: requirements
<toolset>gcc:<cxxflags>-Wno-missing-braces
;
run log1p_expm1_test.cpp ;
run powm1_sqrtp1m1_test.cpp ;
run test_beta.cpp ;
run test_cbrt.cpp ;
run test_classify.cpp ;
run test_erf.cpp ;
run test_gamma.cpp ;
run test_ibeta.cpp ;
run test_roots.cpp ;