From e49fef5f9a685c76962a024cc54b38ef8fe279c6 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sun, 23 Apr 2023 17:27:50 +0200 Subject: [PATCH] commented out all tests except those for cfoa --- test/Jamfile.v2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index bb5ea89a..dd6baf71 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -33,6 +33,7 @@ project msvc:on ; +#| run unordered/prime_fmod_tests.cpp ; run unordered/fwd_set_test.cpp ; run unordered/fwd_map_test.cpp ; @@ -99,11 +100,13 @@ run exception/less_tests.cpp ; run unordered/narrow_cast_tests.cpp ; run quick.cpp ; +|# import ../../config/checks/config : requires ; CPP11 = [ requires cxx11_constexpr cxx11_noexcept cxx11_decltype cxx11_alignas ] ; +#| local FOA_TESTS = fwd_set_test fwd_map_test @@ -174,6 +177,7 @@ alias foa_tests : foa_swap_exception_tests foa_merge_exception_tests ; +|# local CFOA_TESTS = insert_tests