mirror of
https://github.com/boostorg/math.git
synced 2026-02-01 08:32:15 +00:00
48 lines
1.0 KiB
Plaintext
48 lines
1.0 KiB
Plaintext
|
|
# bring in the rules for testing
|
|
import testing ;
|
|
|
|
project
|
|
: requirements
|
|
<toolset>gcc:<cxxflags>-Wno-missing-braces
|
|
<include>../../..
|
|
<source>/boost/regex//boost_regex
|
|
<link>shared:<define>BOOST_REGEX_DYN_LINK=1
|
|
<define>BOOST_ALL_NO_LIB=1
|
|
;
|
|
|
|
run log1p_expm1_test.cpp ;
|
|
run powm1_sqrtp1m1_test.cpp ;
|
|
run test_beta.cpp ;
|
|
run test_binomial.cpp ;
|
|
run test_cauchy.cpp ;
|
|
run test_cbrt.cpp ;
|
|
run test_chi_squared.cpp ;
|
|
run test_classify.cpp ;
|
|
run test_digamma.cpp ;
|
|
run test_erf.cpp ;
|
|
run test_error_handling.cpp ;
|
|
run test_exponential_dist.cpp ;
|
|
run test_extreme_value.cpp ;
|
|
run test_factorials.cpp ;
|
|
run test_fisher_f.cpp ;
|
|
run test_gamma.cpp ;
|
|
run test_ibeta.cpp ;
|
|
run test_ibeta_inv.cpp ;
|
|
run test_ibeta_inv_ab.cpp ;
|
|
run test_igamma.cpp ;
|
|
run test_igamma_inv.cpp ;
|
|
run test_igamma_inva.cpp ;
|
|
run test_minima.cpp ;
|
|
run test_normal.cpp ;
|
|
run test_promotion.cpp ;
|
|
run test_rationals.cpp ;
|
|
run test_remez.cpp ;
|
|
run test_roots.cpp ;
|
|
run test_students_t.cpp ;
|
|
run test_tgamma_ratio.cpp ;
|
|
run test_toms748_solve.cpp ;
|
|
|
|
|
|
|