diff --git a/example/Jamfile.v2 b/example/Jamfile.v2 index f6eff7006..b1b2193e3 100644 --- a/example/Jamfile.v2 +++ b/example/Jamfile.v2 @@ -54,22 +54,22 @@ test-suite examples : [ run binomial_sample_sizes.cpp ] [ run brent_minimise_example.cpp : : : [ requires cxx11_hdr_tuple ] ] - [ run c_error_policy_example.cpp ] + [ run c_error_policy_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ] [ run chi_square_std_dev_test.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] off:no ] [ run distribution_construction.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] off:no ] - [ run error_handling_example.cpp : : : off:no ] + [ run error_handling_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] off:no ] [ run error_policies_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ] [ run error_policy_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] off:no ] - [ run f_test.cpp ] + [ run f_test.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ] # [ run fft_sines_table.cpp : : : [ requires cxx11_numeric_limits ] ] # No need to re-run this routinely as it only creates a table of sines for a documentation example. - [ run find_location_example.cpp : : : off:no ] + [ run find_location_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] off:no ] [ run find_mean_and_sd_normal.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] off:no ] - [ run find_root_example.cpp : : : off:no ] - [ run find_scale_example.cpp : : : off:no ] - [ run geometric_examples.cpp : : : off:no ] - [ run hyperexponential_snips.cpp ] + [ run find_root_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] off:no ] + [ run find_scale_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] off:no ] + [ run geometric_examples.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] off:no ] + [ run hyperexponential_snips.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ] [ run hyperexponential_more_snips.cpp ] [ run inverse_chi_squared_example.cpp ] [ run legendre_stieltjes_example.cpp : : : [ requires cxx11_auto_declarations cxx11_defaulted_functions cxx11_lambdas ] ] @@ -79,14 +79,14 @@ test-suite examples : [ run lambert_w_simple_examples.cpp : : : [ requires cxx11_numeric_limits ] ] [ run lambert_w_precision_example.cpp : : : [ check-target-builds ../config//has_float128 "GCC libquadmath and __float128 support" : -lquadmath ] [ requires cxx11_numeric_limits cxx11_explicit_conversion_operators ] ] - [ run inverse_gamma_example.cpp ] - [ run inverse_gamma_distribution_example.cpp : : : off:no ] + [ run inverse_gamma_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ] + [ run inverse_gamma_distribution_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] off:no ] [ run laplace_example.cpp : : : off:no ] - [ run nc_chi_sq_example.cpp ] - [ run neg_binom_confidence_limits.cpp ] + [ run nc_chi_sq_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ] + [ run neg_binom_confidence_limits.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ] [ run neg_binomial_sample_sizes.cpp ] - [ run negative_binomial_example1.cpp : : : off:no ] - [ run negative_binomial_example2.cpp ] + [ run negative_binomial_example1.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] off:no ] + [ run negative_binomial_example2.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ] [ run nonfinite_num_facet.cpp ] [ run nonfinite_facet_simple.cpp ] @@ -111,10 +111,10 @@ test-suite examples : [ run policy_eg_7.cpp ] [ run policy_eg_8.cpp ] [ run policy_eg_9.cpp ] - [ run policy_ref_snip1.cpp : : : off:no ] - [ run policy_ref_snip10.cpp ] - [ run policy_ref_snip11.cpp ] - [ run policy_ref_snip12.cpp ] + [ run policy_ref_snip1.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] off:no ] + [ run policy_ref_snip10.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ] + [ run policy_ref_snip11.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ] + [ run policy_ref_snip12.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ] [ run policy_ref_snip13.cpp : : : off:no ] # Fails clang-win - thrown exception from no Cauchy mean. [ run policy_ref_snip2.cpp ] [ run policy_ref_snip3.cpp : : : off:no ]