diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 7bf87be7a4..ab71ed30ae 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -176,9 +176,9 @@ test-suite special_fun : [ run test_expint.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework ] [ run test_factorials.cpp pch ../../test/build//boost_unit_test_framework ] [ run test_gamma.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework ] - [ run test_gamma_mp.cpp ../../test/build//boost_unit_test_framework : : : release TEST=1 : test_gamma_mp_1 ] - [ run test_gamma_mp.cpp ../../test/build//boost_unit_test_framework : : : release TEST=2 : test_gamma_mp_2 ] - [ run test_gamma_mp.cpp ../../test/build//boost_unit_test_framework : : : release TEST=3 : test_gamma_mp_3 ] + [ run test_gamma_mp.cpp ../../test/build//boost_unit_test_framework : : : release TEST=1 [ check-target-builds ../config//is_ci_sanitizer_run "Sanitizer CI run" : no ] : test_gamma_mp_1 ] + [ run test_gamma_mp.cpp ../../test/build//boost_unit_test_framework : : : release TEST=2 [ check-target-builds ../config//is_ci_sanitizer_run "Sanitizer CI run" : no ] : test_gamma_mp_2 ] + [ run test_gamma_mp.cpp ../../test/build//boost_unit_test_framework : : : release TEST=3 [ check-target-builds ../config//is_ci_sanitizer_run "Sanitizer CI run" : no ] : test_gamma_mp_3 ] [ run test_hankel.cpp ../../test/build//boost_unit_test_framework ] [ run test_hermite.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework ] [ run test_ibeta.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework