Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / math / example / Jamfile.v2
index c453377..1abc0d5 100644 (file)
@@ -31,8 +31,15 @@ project
       #-<toolset>msvc:<cxxflags>/Za # nonfinite Serialization examples fail link if disable MS extensions,
       #  because serialization library is built with MS extensions enabled (default).
       <include>../../..
+      <include>../include_private
     ;
+    
+# run bessel_zeros_example.cpp ; # Now split into four examples.
+run bessel_zeros_example_1.cpp ;
+run bessel_zeros_interator_example.cpp ;
+run neumann_zeros_example_1.cpp ;
 
+run test_cpp_float_close_fraction.cpp ../../test/build//boost_unit_test_framework/<link>static ;
 run binomial_coinflip_example.cpp ;
 run binomial_confidence_limits.cpp ;
 run binomial_example_nag.cpp ;
@@ -50,6 +57,8 @@ run find_mean_and_sd_normal.cpp ;
 run find_root_example.cpp ;
 run find_scale_example.cpp ;
 run geometric_examples.cpp ;
+run hyperexponential_snips.cpp ;
+run hyperexponential_more_snips.cpp ;
 run inverse_chi_squared_example.cpp ;
 # run inverse_chi_squared_find_df_example.cpp ;
 run inverse_gamma_example.cpp ;
@@ -70,6 +79,8 @@ run nonfinite_loopback_ok.cpp ;
 run nonfinite_serialization_archives.cpp ../../serialization/build//boost_serialization ;
 run nonfinite_facet_sstream.cpp ;
 
+run constants_eg1.cpp ;
+
 run normal_misc_examples.cpp ;
 run owens_t_example.cpp ;
 run policy_eg_1.cpp ;
@@ -104,3 +115,4 @@ run students_t_two_samples.cpp ;
 
 
 
+