2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-22 15:32:28 +00:00
Files
math/example/Jamfile.v2
Paul A. Bristow a0b2bfbac6 added more policy examples.
[SVN r7587]
2007-07-30 11:34:09 +00:00

41 lines
894 B
Plaintext

# \math_toolkit\libs\math\example\jamfile.v2
# Runs statistics examples
# Copyright 2007 John Maddock and Paul A. Bristow.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
# 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 ;
run error_handling_examples.cpp ;
run error_policy_example.cpp ;
run error_policies_example.cpp ;