2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-01 08:32:15 +00:00
Files
math/test/Jamfile.v2
John Maddock 5c8b72ceb4 Last few Linux/HP-UX fixes.
[SVN r3349]
2006-11-06 18:46:44 +00:00

64 lines
1.3 KiB
Plaintext

# bring in the rules for testing
import testing ;
project
: requirements
<toolset>gcc:<cxxflags>-Wno-missing-braces
<toolset>acc:<cxxflags>+W2068,2461,2236,4070
<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_binomial_coeff.cpp ;
run test_cauchy.cpp ;
run test_cbrt.cpp ;
run test_chi_squared.cpp ;
run test_classify.cpp ;
run test_digamma.cpp ;
run test_dist_overloads.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_gamma_dist.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_lognormal.cpp ;
run test_minima.cpp ;
run test_negative_binomial.cpp ;
run test_normal.cpp ;
run test_poisson.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_weibull.cpp ;
compile distribution_concept_check.cpp ;
compile std_real_concept_check.cpp ;