• Home
  • Raw
  • Download

Lines Matching +full:build +full:- +full:and +full:- +full:test

1 # Copyright Daryle Walker, Hubert Holin, John Maddock 2006 - 2007
2 # copyright Paul A. Bristow 2006 - 2010
6 # \math_toolkit\libs\math\test\jamfile.v2
8 # and build math examples.
17 local ntl-path = [ modules.peek : NTL_PATH ] ;
22 # PCH support is broken when --remove-test-targets is specified on the command
25 local remove-test-targets = [ MATCH (--remove-test-targets) : [ modules.peek : ARGV ] ] ;
27 if $(remove-test-targets)
39 <toolset>intel-win:<cxxflags>-nologo
40 <toolset>intel-win:<linkflags>-nologo
41 #<toolset>intel-linux:<pch>off
42 <toolset>intel-darwin:<pch>off
44 <toolset>msvc:<asynch-exceptions>on
52 <toolset>msvc:<cxxflags>/wd4701 # needed for lexical cast - temporary.
54 <toolset>msvc-7.1:<source>../vc71_fix//vc_fix
55 <toolset>msvc-7.1:<pch>off
56 <toolset>clang-6.0.0:<pch>off # added to see effect.
57 <toolset>gcc,<target-os>windows:<pch>off
58 <toolset>borland:<runtime-link>static
62 <source>../../regex/build//boost_regex
63 <exception-handling>off:<source>no_eh
71 <include>$(ntl-path)/include
76 <search>$(mpfr_path)/build.vc10/lib/Win32/Debug
79 if $(ntl-path)
81 lib ntl : [ GLOB $(ntl-path)/src : *.cpp ] ;
90 cpp-pch pch : pch.hpp : <use>../../test/build//boost_unit_test_framework ;
91 cpp-pch pch_light : pch_light.hpp : <use>../../test/build//boost_unit_test_framework ;
94 test-suite special_fun :
95 …[ run test_1F0.cpp ../../test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declara…
96test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_lambdas cxx11…
98test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_lambdas cxx11…
99test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_lambdas cxx11…
101test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_lambdas cxx11…
102test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_lambdas cxx11…
103test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_lambdas cxx11…
104test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_lambdas cxx11…
106test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_lambdas cxx11…
107test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_lambdas cxx11…
108test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_lambdas cxx11…
109test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_lambdas cxx11…
111test/build//boost_unit_test_framework : : : release [ requires cxx11_auto_declarations cxx11_lambd…
112test/build//boost_unit_test_framework : : : release [ requires cxx11_auto_declarations cxx11_lambd…
113test/build//boost_unit_test_framework : : : release [ requires cxx11_auto_declarations cxx11_lambd…
114test/build//boost_unit_test_framework : : : release [ requires cxx11_auto_declarations cxx11_lambd…
116test/build//boost_unit_test_framework : : : [ requires cxx11_hdr_initializer_list cxx11_auto_decla…
117test/build//boost_unit_test_framework : : : [ requires cxx11_hdr_initializer_list cxx11_auto_decla…
118test/build//boost_unit_test_framework : : : [ requires cxx11_hdr_initializer_list cxx11_auto_decla…
119test/build//boost_unit_test_framework : : : [ requires cxx11_hdr_initializer_list cxx11_auto_decla…
122 …[ run hypot_test.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_fr…
123 [ run pow_test.cpp ../../test/build//boost_unit_test_framework ]
124 …[ run log1p_expm1_test.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_t…
125 …[ run powm1_sqrtp1m1_test.cpp test_instances//test_instances pch_light ../../test/build//boost_uni…
126 [ run special_functions_test.cpp ../../test/build//boost_unit_test_framework ]
127 …[ run test_airy.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_fra…
128 …[ run test_bessel_j.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test…
129 …[ run test_bessel_y.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test…
130 …[ run test_bessel_i.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test…
131 …[ run test_bessel_k.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test…
132 …[ run test_bessel_j_prime.cpp test_instances//test_instances pch_light ../../test/build//boost_uni…
133 …[ run test_bessel_y_prime.cpp test_instances//test_instances pch_light ../../test/build//boost_uni…
134 …[ run test_bessel_i_prime.cpp test_instances//test_instances pch_light ../../test/build//boost_uni…
135 …[ run test_bessel_k_prime.cpp test_instances//test_instances pch_light ../../test/build//boost_uni…
136 …[ run test_beta.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_fra…
137 [ run test_bessel_airy_zeros.cpp ../../test/build//boost_unit_test_framework ]
138 [ run test_bernoulli_constants.cpp ../../test/build//boost_unit_test_framework ]
139 [ run test_binomial_coeff.cpp pch ../../test/build//boost_unit_test_framework ]
140 …[ run test_carlson.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_…
146 …[ run test_carlson.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_…
152 …[ run test_carlson.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_…
158 …[ run test_carlson.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_…
164 …[ run test_cbrt.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_fra…
165 [ run test_difference.cpp ../../test/build//boost_unit_test_framework ]
166 …[ run test_digamma.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_…
167 …[ run test_ellint_1.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test…
168 …[ run test_ellint_2.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test…
169 …[ run test_ellint_3.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test…
170 …[ run test_ellint_d.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test…
171 …[ run test_jacobi_zeta.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_t…
172 …[ run test_heuman_lambda.cpp test_instances//test_instances pch_light ../../test/build//boost_unit…
173 …[ run test_erf.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_fram…
174 …[ run test_expint.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_f…
175 [ run test_factorials.cpp pch ../../test/build//boost_unit_test_framework ]
176 …[ run test_gamma.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_fr…
177 [ run test_gamma_mp.cpp ../../test/build//boost_unit_test_framework : : : release ]
178 [ run test_hankel.cpp ../../test/build//boost_unit_test_framework ]
179 …[ run test_hermite.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_…
180 …[ run test_ibeta.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_f…
187 …[ run test_ibeta.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_f…
194 …[ run test_ibeta.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_f…
201 …[ run test_ibeta.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_f…
209 …[ run test_ibeta.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_f…
217 …[ run test_ibeta.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_f…
225 …[ run test_ibeta.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_f…
234 …[ run test_ibeta_derivative.cpp test_instances//test_instances pch_light ../../test/build//boost_…
240 <toolset>gcc:<cxxflags>-Wno-overflow
242 …[ run test_ibeta_derivative.cpp test_instances//test_instances pch_light ../../test/build//boost_…
248 <toolset>gcc:<cxxflags>-Wno-overflow
250 …[ run test_ibeta_derivative.cpp test_instances//test_instances pch_light ../../test/build//boost_…
256 <toolset>gcc:<cxxflags>-Wno-overflow
258 …[ run test_ibeta_derivative.cpp test_instances//test_instances pch_light ../../test/build//boost_…
265 <toolset>gcc:<cxxflags>-Wno-overflow
267 …[ run test_ibeta_derivative.cpp test_instances//test_instances pch_light ../../test/build//boost_…
274 <toolset>gcc:<cxxflags>-Wno-overflow
276 …[ run test_ibeta_derivative.cpp test_instances//test_instances pch_light ../../test/build//boost_…
283 <toolset>gcc:<cxxflags>-Wno-overflow
285 …[ run test_ibeta_derivative.cpp test_instances//test_instances pch_light ../../test/build//boost_…
292 <toolset>gcc:<cxxflags>-Wno-overflow
295 …[ run test_ibeta_inv.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_te…
302 …[ run test_ibeta_inv.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_te…
309 …[ run test_ibeta_inv.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_te…
316 …[ run test_ibeta_inv.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_te…
324 …[ run test_ibeta_inv.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_te…
332 …[ run test_ibeta_inv.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_te…
340 …[ run test_ibeta_inv.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_te…
348 …[ run test_ibeta_inv_ab.cpp test_instances//test_instances pch_light ../../test/build//boost_unit…
355 …[ run test_ibeta_inv_ab.cpp test_instances//test_instances pch_light ../../test/build//boost_unit…
362 …[ run test_ibeta_inv_ab.cpp test_instances//test_instances pch_light ../../test/build//boost_unit…
369 …[ run test_ibeta_inv_ab.cpp test_instances//test_instances pch_light ../../test/build//boost_unit…
377 …[ run test_ibeta_inv_ab.cpp test_instances//test_instances pch_light ../../test/build//boost_unit…
385 …[ run test_ibeta_inv_ab.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_…
393 …[ run test_igamma.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_f…
394 …[ run test_igamma_inv.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_t…
401 …[ run test_igamma_inv.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_t…
408 …[ run test_igamma_inv.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_t…
415 …[ run test_igamma_inv.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_t…
422 …[ run test_igamma_inva.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_…
429 …[ run test_igamma_inva.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_…
436 …[ run test_igamma_inva.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_…
443 …[ run test_igamma_inva.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_…
451 [ run test_jacobi.cpp pch_light ../../test/build//boost_unit_test_framework ]
452 …[ run test_laguerre.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test…
454 [ run test_lambert_w.cpp ../../test/build//boost_unit_test_framework ]
455test/build//boost_unit_test_framework : : : <define>BOOST_MATH_TEST_MULTIPRECISION=1 [ check-targ…
456test/build//boost_unit_test_framework : : : <define>BOOST_MATH_TEST_MULTIPRECISION=2 [ check-targ…
457test/build//boost_unit_test_framework : : : <define>BOOST_MATH_TEST_MULTIPRECISION=3 [ check-targ…
458test/build//boost_unit_test_framework : : : <define>BOOST_MATH_TEST_MULTIPRECISION=4 <define>BOOST…
459test/build//boost_unit_test_framework : : : release [ check-target-builds ../config//has_float128 …
460test/build//boost_unit_test_framework : : : release [ requires cxx11_auto_declarations cxx11_lambd…
461 …[ run test_lambert_w_integrals_long_double.cpp ../../test/build//boost_unit_test_framework : : : […
462 …[ run test_lambert_w_integrals_double.cpp ../../test/build//boost_unit_test_framework : : : [ requ…
463 …[ run test_lambert_w_integrals_float.cpp ../../test/build//boost_unit_test_framework : : : [ requi…
464test/build//boost_unit_test_framework : : : <define>BOOST_MATH_TEST_MULTIPRECISION [ check-target
466test/build//boost_unit_test_framework : : : [ check-target-builds ../config//has_float128 "GCC lib…
467 ….cpp : : : [ check-target-builds ../config//has_float128 "GCC libquadmath and __float128 support"…
468 …uto_declarations cxx11_range_based_for ] [ check-target-builds ../config//has_fftw3 "libfftw3" : :…
469 …uto_declarations cxx11_range_based_for ] [ check-target-builds ../config//has_fftw3 "libfftw3" : :…
470 …uto_declarations cxx11_range_based_for ] [ check-target-builds ../config//has_fftw3 "libfftw3" : :…
471 … ] [ check-target-builds ../config//has_fftw3 "libfftw3" : : <build>no ] [ check-target-builds ../…
473 …uto_declarations cxx11_range_based_for ] [ check-target-builds ../config//has_fftw3 "libfftw3" : :…
474 …uto_declarations cxx11_range_based_for ] [ check-target-builds ../config//has_fftw3 "libfftw3" : :…
475 …uto_declarations cxx11_range_based_for ] [ check-target-builds ../config//has_fftw3 "libfftw3" : :…
476 … ] [ check-target-builds ../config//has_fftw3 "libfftw3" : : <build>no ] [ check-target-builds ../…
479 [ run test_ldouble_simple.cpp ../../test/build//boost_unit_test_framework ]
481 [ run test_next.cpp pch ../../test/build//boost_unit_test_framework : : : release ]
482 [ run test_next_decimal.cpp pch ../../test/build//boost_unit_test_framework : : : release ]
483 [ run test_owens_t.cpp ../../test/build//boost_unit_test_framework ]
484 …[ run test_polygamma.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_tes…
485 …[ run test_trigamma.cpp test_instances//test_instances ../../test/build//boost_unit_test_framework…
486 [ run test_round.cpp pch ../../test/build//boost_unit_test_framework ]
487 …[ run test_spherical_harmonic.cpp test_instances//test_instances pch_light ../../test/build//boost…
488 [ run test_sign.cpp ../../test/build//boost_unit_test_framework ]
489 …[ run test_tgamma_ratio.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_…
490 …[ run test_trig.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_fra…
491 …[ run test_zeta.cpp ../../test/build//boost_unit_test_framework test_instances//test_instances pch…
492 [ run test_sinc.cpp ../../test/build//boost_unit_test_framework pch_light ]
495 test-suite distribution_tests :
496 [ run test_arcsine.cpp pch ../../test/build//boost_unit_test_framework ]
497 [ run test_bernoulli.cpp ../../test/build//boost_unit_test_framework ]
498 [ run test_beta_dist.cpp ../../test/build//boost_unit_test_framework ]
499 [ run test_binomial.cpp ../../test/build//boost_unit_test_framework
506 [ run test_binomial.cpp ../../test/build//boost_unit_test_framework
513 [ run test_binomial.cpp ../../test/build//boost_unit_test_framework
520 [ run test_binomial.cpp ../../test/build//boost_unit_test_framework
528 [ run test_binomial.cpp ../../test/build//boost_unit_test_framework
536 [ run test_binomial.cpp ../../test/build//boost_unit_test_framework
544 [ run test_binomial.cpp ../../test/build//boost_unit_test_framework
552 [ run test_binomial.cpp ../../test/build//boost_unit_test_framework
560 [ run test_binomial.cpp ../../test/build//boost_unit_test_framework
568 [ run test_binomial.cpp ../../test/build//boost_unit_test_framework
576 [ run test_cauchy.cpp ../../test/build//boost_unit_test_framework ]
577 [ run test_chi_squared.cpp ../../test/build//boost_unit_test_framework ]
578 [ run test_dist_overloads.cpp ../../test/build//boost_unit_test_framework ]
579 [ run test_exponential_dist.cpp ../../test/build//boost_unit_test_framework ]
580 [ run test_extreme_value.cpp ../../test/build//boost_unit_test_framework ]
581 [ run test_find_location.cpp pch ../../test/build//boost_unit_test_framework ]
582 [ run test_find_scale.cpp pch ../../test/build//boost_unit_test_framework ]
583 [ run test_fisher_f.cpp ../../test/build//boost_unit_test_framework ]
584 [ run test_gamma_dist.cpp pch ../../test/build//boost_unit_test_framework ]
585 [ run test_geometric.cpp ../../test/build//boost_unit_test_framework ]
586 [ run test_hyperexponential_dist.cpp ../../test/build//boost_unit_test_framework ]
587 [ run test_hypergeometric_dist.cpp ../../test/build//boost_unit_test_framework
594 [ run test_hypergeometric_dist.cpp ../../test/build//boost_unit_test_framework
601 [ run test_hypergeometric_dist.cpp ../../test/build//boost_unit_test_framework
608 [ run test_hypergeometric_dist.cpp ../../test/build//boost_unit_test_framework
615 [ run test_hypergeometric_dist.cpp ../../test/build//boost_unit_test_framework
622 [ run test_hypergeometric_dist.cpp ../../test/build//boost_unit_test_framework
629 [ run test_inverse_chi_squared_distribution.cpp ../../test/build//boost_unit_test_framework ]
630 [ run test_inverse_gamma_distribution.cpp ../../test/build//boost_unit_test_framework ]
631 [ run test_inverse_gaussian.cpp ../../test/build//boost_unit_test_framework ]
632 [ run test_laplace.cpp ../../test/build//boost_unit_test_framework ]
633 [ run test_inv_hyp.cpp pch ../../test/build//boost_unit_test_framework ]
634 [ run test_logistic_dist.cpp ../../test/build//boost_unit_test_framework ]
635 [ run test_lognormal.cpp ../../test/build//boost_unit_test_framework ]
636 [ run test_negative_binomial.cpp ../../test/build//boost_unit_test_framework
643 [ run test_negative_binomial.cpp ../../test/build//boost_unit_test_framework
650 [ run test_negative_binomial.cpp ../../test/build//boost_unit_test_framework
657 [ run test_negative_binomial.cpp ../../test/build//boost_unit_test_framework
664 [ run test_nc_chi_squared.cpp pch ../../test/build//boost_unit_test_framework
671 [ run test_nc_chi_squared.cpp pch ../../test/build//boost_unit_test_framework
678 [ run test_nc_chi_squared.cpp pch ../../test/build//boost_unit_test_framework
685 [ run test_nc_chi_squared.cpp pch ../../test/build//boost_unit_test_framework
692 [ run test_nc_beta.cpp ../../test/build//boost_unit_test_framework
699 [ run test_nc_beta.cpp ../../test/build//boost_unit_test_framework
706 [ run test_nc_beta.cpp ../../test/build//boost_unit_test_framework
713 [ run test_nc_beta.cpp ../../test/build//boost_unit_test_framework
721 [ run test_nc_beta.cpp ../../test/build//boost_unit_test_framework
729 [ run test_nc_f.cpp pch ../../test/build//boost_unit_test_framework ]
730 [ run test_nc_t.cpp pch ../../test/build//boost_unit_test_framework
737 [ run test_nc_t.cpp pch ../../test/build//boost_unit_test_framework
744 [ run test_nc_t.cpp pch ../../test/build//boost_unit_test_framework
751 [ run test_nc_t.cpp pch ../../test/build//boost_unit_test_framework
758 [ run test_normal.cpp pch ../../test/build//boost_unit_test_framework ]
759 [ run test_pareto.cpp ../../test/build//boost_unit_test_framework ]
760 [ run test_poisson.cpp ../../test/build//boost_unit_test_framework
767 [ run test_poisson.cpp ../../test/build//boost_unit_test_framework
774 [ run test_poisson.cpp ../../test/build//boost_unit_test_framework
781 [ run test_poisson.cpp ../../test/build//boost_unit_test_framework
788 [ run test_rayleigh.cpp ../../test/build//boost_unit_test_framework ]
789 [ run test_students_t.cpp ../../test/build//boost_unit_test_framework ]
790 [ run test_skew_normal.cpp ../../test/build//boost_unit_test_framework ]
791 [ run test_trapezoidal.cpp ../../test/build//boost_unit_test_framework : : :
793 …[ check-target-builds ../config//has_float128 "GCC libquadmath and __float128 support" : <linkflag…
794 [ run test_triangular.cpp pch ../../test/build//boost_unit_test_framework ]
795 [ run test_uniform.cpp pch ../../test/build//boost_unit_test_framework ]
796 [ run test_weibull.cpp ../../test/build//boost_unit_test_framework ]
830 [ run test_legacy_nonfinite.cpp ../../test/build//boost_unit_test_framework ]
831 [ run test_basic_nonfinite.cpp ../../test/build//boost_unit_test_framework ]
832 [ run test_lexical_cast.cpp ../../test/build//boost_unit_test_framework ]
833 …[ run test_nonfinite_trap.cpp ../../test/build//boost_unit_test_framework : : : <exception-handlin…
834 [ run test_signed_zero.cpp ../../test/build//boost_unit_test_framework ]
835 [ run complex_test.cpp ../../test/build//boost_unit_test_framework ]
839 …[ run test_polynomial.cpp ../../test/build//boost_unit_test_framework : : : <define>TEST1 : test_p…
840 …[ run test_polynomial.cpp ../../test/build//boost_unit_test_framework : : : <define>TEST2 : test_p…
841 …[ run test_polynomial.cpp ../../test/build//boost_unit_test_framework : : : <define>TEST3 : test_p…
844 …ltiprc_concept_check_1.cpp : <debug-symbols>off <toolset>msvc:<cxxflags>/bigobj release <exception
845 …ltiprc_concept_check_2.cpp : <debug-symbols>off <toolset>msvc:<cxxflags>/bigobj release <exception
846 …ltiprc_concept_check_3.cpp : <debug-symbols>off <toolset>msvc:<cxxflags>/bigobj release <exception
847 …ltiprc_concept_check_4.cpp : <debug-symbols>off <toolset>msvc:<cxxflags>/bigobj release <exception
848 …[ compile ntl_concept_check.cpp : [ check-target-builds ../config//has_ntl_rr : : <build>no ] <deb…
849 …[ compile mpfr_concept_check.cpp : [ check-target-builds ../config//has_mpfr_class : : <build>no ]…
850 …[ compile mpreal_concept_check.cpp : [ check-target-builds ../config//has_mpreal : : <build>no ] <…
851 …[ compile e_float_concept_check.cpp : [ check-target-builds ../config//has_e_float : : <build>no ]…
855 test-suite misc :
857 ../build//boost_math_tr1
858 ../build//boost_math_tr1f
859 ../build//boost_math_c99
860 ../build//boost_math_c99f
861 ../../test/build//boost_unit_test_framework
865 ../build//boost_math_tr1l
866 ../build//boost_math_c99l
867 ../../test/build//boost_unit_test_framework
870 [ check-target-builds ../config//has_long_double_support "long double support" : : <build>no ]
876 ../build//boost_math_tr1
877 ../build//boost_math_tr1f
878 ../build//boost_math_c99
879 ../build//boost_math_c99f
880 ../../test/build//boost_unit_test_framework
887 ../build//boost_math_tr1l
888 ../build//boost_math_c99l
889 ../../test/build//boost_unit_test_framework
892 [ check-target-builds ../config//has_long_double_support "long double support" : : <build>no ]
896 [ run test_constants.cpp ../../test/build//boost_unit_test_framework ]
897 [ run test_classify.cpp pch ../../test/build//boost_unit_test_framework ]
898 [ run test_error_handling.cpp ../../test/build//boost_unit_test_framework ]
899test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_range_based_f…
900 [ run test_minima.cpp pch ../../test/build//boost_unit_test_framework ]
901 [ run test_rationals.cpp ../../test/build//boost_unit_test_framework
922 [ run test_policy.cpp ../../test/build//boost_unit_test_framework ]
923 [ run test_policy_2.cpp ../../test/build//boost_unit_test_framework ]
924 [ run test_policy_3.cpp ../../test/build//boost_unit_test_framework ]
925 [ run test_policy_4.cpp ../../test/build//boost_unit_test_framework ]
926 [ run test_policy_5.cpp ../../test/build//boost_unit_test_framework ]
927 [ run test_policy_6.cpp ../../test/build//boost_unit_test_framework ]
928 [ run test_policy_7.cpp ../../test/build//boost_unit_test_framework ]
929 [ run test_policy_8.cpp ../../test/build//boost_unit_test_framework ]
931 [ run test_policy_sf.cpp ../../test/build//boost_unit_test_framework ]
932 [ run test_long_double_support.cpp ../../test/build//boost_unit_test_framework
933 …: : : [ check-target-builds ../config//has_long_double_support "long double support" : : <build>no…
934 …[ run test_recurrence.cpp : : : <define>TEST=1 [ requires cxx11_unified_initialization_syntax cxx1…
935TEST=2 release [ check-target-builds ../config//has_float128 "GCC libquadmath and __float128 suppo…
936TEST=3 release [ check-target-builds ../config//has_float128 "GCC libquadmath and __float128 suppo…
939test/build//boost_unit_test_framework : : : [ requires cxx11_smart_ptr cxx11_defaulted_functions …
940test/build//boost_unit_test_framework : : : [ requires cxx11_smart_ptr cxx11_defaulted_functions …
941 …_spline_test.cpp ../../test/build//boost_unit_test_framework : : : [ requires cxx11_smart_ptr cxx…
942 …defaulted_functions ] [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
943 …defaulted_functions ] [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
944 …defaulted_functions ] [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
945 …pr cxx17_std_apply ] [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
946 …pr cxx17_std_apply ] [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
951 …defaulted_functions ] [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
952 …pr cxx17_std_apply ] [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
953 …pr cxx17_std_apply ] [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
954 …pr cxx17_std_apply ] [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
955 …pr cxx17_std_apply ] [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
956 …pr cxx17_std_apply ] [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
957 …[ run catmull_rom_test.cpp ../../test/build//boost_unit_test_framework : : : <define>TEST=1 [ requ…
958 …[ run catmull_rom_test.cpp ../../test/build//boost_unit_test_framework : : : <define>TEST=2 [ requ…
959 …[ run catmull_rom_test.cpp ../../test/build//boost_unit_test_framework : : : <define>TEST=3 [ requ…
962 …[ run ooura_fourier_integral_test.cpp ../../test/build//boost_unit_test_framework : : : [ require…
963 …[ run univariate_statistics_test.cpp ../../test/build//boost_unit_test_framework : : : [ requires…
965 …[ run norms_test.cpp ../../test/build//boost_unit_test_framework : : : [ requires cxx17_if_conste…
973 …[ run lanczos_smoothing_test.cpp ../../test/build//boost_unit_test_framework : : : [ requires cxx1…
974 …[ run condition_number_test.cpp ../../test/build//boost_unit_test_framework : : : [ requires cxx1…
975 [ run test_real_concept.cpp ../../test/build//boost_unit_test_framework ]
976 [ run test_remez.cpp pch ../../test/build//boost_unit_test_framework ]
977 [ run test_roots.cpp pch ../../test/build//boost_unit_test_framework ]
978 …[ run test_root_iterations.cpp pch ../../test/build//boost_unit_test_framework : : : [ requires cx…
979 [ run test_root_finding_concepts.cpp ../../test/build//boost_unit_test_framework ]
980 [ run test_toms748_solve.cpp pch ../../test/build//boost_unit_test_framework ]
1045 …: : : [ check-target-builds ../config//has_intel_quad "Intel _Quad datatype support" : <cxxflags>-
1046 …[ check-target-builds ../config//has_float128 "GCC libquadmath and __float128 support" : <linkflag…
1050 …../test/build//boost_unit_test_framework : : : [ check-target-builds ../config//has_float128 "GCC…
1079 ../../test/build//boost_unit_test_framework ]
1082 …/../test/build//boost_unit_test_framework : : : [ check-target-builds ../config//has_float128 "GCC…
1086 ../../test/build//boost_unit_test_framework ]
1088 …[ run __temporary_test.cpp test_instances//test_instances : : : <test-info>always_show_run_output …
1091 test-suite quadrature :
1092 [ run tanh_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1093 …/bigobj <define>TEST1 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1096 [ run tanh_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1097 …bigobj <define>TEST1A [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1100 [ run tanh_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1101 …bigobj <define>TEST1B [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1104 [ run tanh_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1105 …/bigobj <define>TEST2 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1108 [ run tanh_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1109 …bigobj <define>TEST2A [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1112 [ run tanh_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1113 …/bigobj <define>TEST3 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1116 [ run tanh_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1117 …bigobj <define>TEST3A [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1120 [ run tanh_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1121 …/bigobj <define>TEST4 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1124 [ run tanh_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1125 …/bigobj <define>TEST5 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1128 [ run tanh_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1129 …/bigobj <define>TEST6 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1132 [ run tanh_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1133 …bigobj <define>TEST6A [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1136 [ run tanh_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1137 …/bigobj <define>TEST7 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1140 [ run tanh_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1141 …/bigobj <define>TEST8 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1144 [ run tanh_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1149 [ run sinh_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1150 …: : : release [ check-target-builds ../config//has_float128 "GCC libquadmath and __float128 suppor…
1151 [ run exp_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1152 …: : : <define>TEST1 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float128 …
1154 [ run exp_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1155 …release <define>TEST2 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1157 [ run exp_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1158 …: : : <define>TEST3 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float128 …
1160 [ run exp_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1161 …release <define>TEST4 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1163 [ run exp_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1164 …release <define>TEST5 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1166 [ run exp_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1167 …release <define>TEST6 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1169 [ run exp_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1170 …release <define>TEST7 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1172 [ run exp_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1173 …release <define>TEST8 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1175 [ run exp_sinh_quadrature_test.cpp ../../test/build//boost_unit_test_framework
1176 …release <define>TEST9 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1186 …p : : : <define>TEST1 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1187 …s cxx11_lambdas cxx11_smart_ptr cxx11_unified_initialization_syntax ] <debug-symbols>off <toolset>…
1188 …p : : : <define>TEST2 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1189 …s cxx11_lambdas cxx11_smart_ptr cxx11_unified_initialization_syntax ] <debug-symbols>off <toolset>…
1190 …p : : : <define>TEST3 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1191 …s cxx11_lambdas cxx11_smart_ptr cxx11_unified_initialization_syntax ] <debug-symbols>off <toolset>…
1192 …p : : : <define>TEST1 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1193 …s cxx11_lambdas cxx11_smart_ptr cxx11_unified_initialization_syntax ] <debug-symbols>off <toolset>…
1194 … : : : <define>TEST1A [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1195 …s cxx11_lambdas cxx11_smart_ptr cxx11_unified_initialization_syntax ] <debug-symbols>off <toolset>…
1196 …p : : : <define>TEST2 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1197 …s cxx11_lambdas cxx11_smart_ptr cxx11_unified_initialization_syntax ] <debug-symbols>off <toolset>…
1198 …p : : : <define>TEST3 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1199 …s cxx11_lambdas cxx11_smart_ptr cxx11_unified_initialization_syntax ] <debug-symbols>off <toolset>…
1200 …p : : : <define>TEST1 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1201 …s cxx11_lambdas cxx11_smart_ptr cxx11_unified_initialization_syntax ] <debug-symbols>off <toolset>…
1202 … : : : <define>TEST1A [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1203 …s cxx11_lambdas cxx11_smart_ptr cxx11_unified_initialization_syntax ] <debug-symbols>off <toolset>…
1204 …p : : : <define>TEST2 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1205 …s cxx11_lambdas cxx11_smart_ptr cxx11_unified_initialization_syntax ] <debug-symbols>off <toolset>…
1206 …p : : : <define>TEST3 [ check-target-builds ../config//has_float128 "GCC libquadmath and __float12…
1207 …s cxx11_lambdas cxx11_smart_ptr cxx11_unified_initialization_syntax ] <debug-symbols>off <toolset>…
1209 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1210 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=1 [ requires cxx11_auto_declarations cxx11_lambdas c…
1211 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_1
1213 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1214 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=2 [ requires cxx11_auto_declarations cxx11_lambdas c…
1215 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_2
1217 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1218 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=3 [ requires cxx11_auto_declarations cxx11_lambdas c…
1219 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_3
1221 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1222 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=4 [ requires cxx11_auto_declarations cxx11_lambdas c…
1223 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_4
1225 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1226 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=5 [ requires cxx11_auto_declarations cxx11_lambdas c…
1227 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_5
1229 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1230 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=6 [ requires cxx11_auto_declarations cxx11_lambdas c…
1231 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_6
1233 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1234 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=7 [ requires cxx11_auto_declarations cxx11_lambdas c…
1235 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_7
1237 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1238 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=8 [ requires cxx11_auto_declarations cxx11_lambdas c…
1239 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_8
1241 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1242 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=9 [ requires cxx11_auto_declarations cxx11_lambdas c…
1243 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_9
1245 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1246 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=10 [ requires cxx11_auto_declarations cxx11_lambdas …
1247 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_10
1249 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1250 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=11 [ requires cxx11_auto_declarations cxx11_lambdas …
1251 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_11
1253 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1254 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=12 [ requires cxx11_auto_declarations cxx11_lambdas …
1255 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_12
1257 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1258 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=13 [ requires cxx11_auto_declarations cxx11_lambdas …
1259 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_13
1261 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1262 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=14 [ requires cxx11_auto_declarations cxx11_lambdas …
1263 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_14
1265 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1266 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=15 [ requires cxx11_auto_declarations cxx11_lambdas …
1267 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_15
1269 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1270 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=16 [ requires cxx11_auto_declarations cxx11_lambdas …
1271 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_16
1273 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1274 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=17 [ requires cxx11_auto_declarations cxx11_lambdas …
1275 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_17
1277 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1278 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=18 [ requires cxx11_auto_declarations cxx11_lambdas …
1279 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_18
1281 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1282 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=19 [ requires cxx11_auto_declarations cxx11_lambdas …
1283 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_19
1285 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1286 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=20 [ requires cxx11_auto_declarations cxx11_lambdas …
1287 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_20
1289 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1290 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=21 [ requires cxx11_auto_declarations cxx11_lambdas …
1291 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_21
1293 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1294 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=22 [ requires cxx11_auto_declarations cxx11_lambdas …
1295 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_22
1297 [ run naive_monte_carlo_test.cpp ../../atomic/build//boost_atomic : : :
1298 …<toolset>msvc:<cxxflags>/bigobj <define>TEST=23 [ requires cxx11_auto_declarations cxx11_lambdas …
1299 <target-os>linux:<linkflags>"-pthread" : naive_monte_carlo_test_23
1301 [ compile compile_test/naive_monte_carlo_incl_test.cpp ../../atomic/build//boost_atomic :
1303 <target-os>linux:<linkflags>"-pthread"
1305 [ compile compile_test/naive_monte_carlo_concept_test.cpp ../../atomic/build//boost_atomic :
1307 <target-os>linux:<linkflags>"-pthread"
1313 …[ run test_numerical_differentiation.cpp ../../test/build//boost_unit_test_framework : : : <tools…
1316test/build//boost_unit_test_framework : : : <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symb…
1317test/build//boost_unit_test_framework : : : <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symb…
1318test/build//boost_unit_test_framework : : : <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symb…
1319test/build//boost_unit_test_framework : : : <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symb…
1320test/build//boost_unit_test_framework : : : <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symb…
1321test/build//boost_unit_test_framework : : : <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symb…
1322test/build//boost_unit_test_framework : : : <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symb…
1323test/build//boost_unit_test_framework : : : <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symb…
1324-mingw:<cxxflags>-Wa,-mbig-obj <debug-symbols>off <toolset>msvc:<cxxflags>/bigobj release [ check-
1332 test-suite long-running-tests :
1333test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_lambdas cxx11…
1334test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_lambdas cxx11…
1335test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_lambdas cxx11…
1336test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_lambdas cxx11…
1337test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_lambdas cxx11…
1338test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_lambdas cxx11…
1339test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_lambdas cxx11…
1340test/build//boost_unit_test_framework : : : release [ requires cxx11_auto_declarations cxx11_lambd…
1341test/build//boost_unit_test_framework : : : release [ requires cxx11_auto_declarations cxx11_lambd…
1342test/build//boost_unit_test_framework : : : [ requires cxx11_hdr_initializer_list cxx11_auto_decla…
1343test/build//boost_unit_test_framework : : : [ requires cxx11_hdr_initializer_list cxx11_auto_decla…
1344test/build//boost_unit_test_framework /boost/system//boost_system /boost/chrono//boost_chrono : : …
1345 …st_constant_generate.cpp : : : release <define>USE_CPP_FLOAT=1 <exception-handling>off:<build>no ]
1348 build-project ../example ;
1358 /boost/test//boost_unit_test_framework/<link>static
1363 …[ check-target-builds ../config//has_intel_quad "Intel _Quad datatype support" : <cxxflags>-Qoptio…
1364 …[ check-target-builds ../config//has_float128 "GCC libquadmath and __float128 support" : <linkflag…
1365 … [ check-target-builds ../config//has_128bit_floatmax_t "128-bit floatmax_t" : : <build>no ]
1372 test-suite float128_tests : [ get_float128_tests ] ;