mirror of
https://github.com/boostorg/math.git
synced 2026-01-21 17:12:09 +00:00
26 lines
348 B
Plaintext
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 ;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|