Add tests back in

This commit is contained in:
Christian Mazakas 2023-04-24 13:29:07 -07:00
parent e49fef5f9a
commit ac216a93c8

View File

@ -33,7 +33,6 @@ project
<toolset>msvc:<warnings-as-errors>on
;
#|
run unordered/prime_fmod_tests.cpp ;
run unordered/fwd_set_test.cpp ;
run unordered/fwd_map_test.cpp ;
@ -100,13 +99,11 @@ 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
@ -177,7 +174,6 @@ alias foa_tests :
foa_swap_exception_tests
foa_merge_exception_tests
;
|#
local CFOA_TESTS =
insert_tests