mirror of
https://github.com/boostorg/math.git
synced 2026-01-26 06:42:12 +00:00
33 lines
522 B
Plaintext
33 lines
522 B
Plaintext
|
|
# bring in the rules for testing
|
|
import testing ;
|
|
|
|
project
|
|
: requirements
|
|
<toolset>gcc:<cxxflags>-Wno-missing-braces
|
|
<include>../../..
|
|
;
|
|
|
|
run students_t_example1.cpp ;
|
|
run students_t_example2.cpp ;
|
|
run students_t_example3.cpp ;
|
|
run students_t_single_sample.cpp ;
|
|
run students_t_two_samples.cpp ;
|
|
|
|
run binomial_confidence_limits.cpp ;
|
|
run binomial_sample_sizes.cpp ;
|
|
run chi_square_std_dev_test.cpp ;
|
|
run neg_binomial_sample_sizes.cpp ;
|
|
run f_test.cpp ;
|
|
run distribution_construction.cpp ;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|