2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-24 04:02:18 +00:00
Files
math/test/Jamfile.v2
John Maddock 5997e3249c Added digamma.
Added needed #include to evaluation_type.
Updated minimax and lanczos generators to take account of digamma.


[SVN r3231]
2006-10-01 09:45:44 +00:00

45 lines
971 B
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_cbrt.cpp ;
run test_chi_squared.cpp ;
run test_classify.cpp ;
run test_erf.cpp ;
run test_error_handling.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 ;
run test_digamma.cpp ;