forked from boostorg/unordered
Add tests back in
This commit is contained in:
@@ -33,7 +33,6 @@ project
|
|||||||
<toolset>msvc:<warnings-as-errors>on
|
<toolset>msvc:<warnings-as-errors>on
|
||||||
;
|
;
|
||||||
|
|
||||||
#|
|
|
||||||
run unordered/prime_fmod_tests.cpp ;
|
run unordered/prime_fmod_tests.cpp ;
|
||||||
run unordered/fwd_set_test.cpp ;
|
run unordered/fwd_set_test.cpp ;
|
||||||
run unordered/fwd_map_test.cpp ;
|
run unordered/fwd_map_test.cpp ;
|
||||||
@@ -100,13 +99,11 @@ run exception/less_tests.cpp ;
|
|||||||
|
|
||||||
run unordered/narrow_cast_tests.cpp ;
|
run unordered/narrow_cast_tests.cpp ;
|
||||||
run quick.cpp ;
|
run quick.cpp ;
|
||||||
|#
|
|
||||||
|
|
||||||
import ../../config/checks/config : requires ;
|
import ../../config/checks/config : requires ;
|
||||||
|
|
||||||
CPP11 = [ requires cxx11_constexpr cxx11_noexcept cxx11_decltype cxx11_alignas ] ;
|
CPP11 = [ requires cxx11_constexpr cxx11_noexcept cxx11_decltype cxx11_alignas ] ;
|
||||||
|
|
||||||
#|
|
|
||||||
local FOA_TESTS =
|
local FOA_TESTS =
|
||||||
fwd_set_test
|
fwd_set_test
|
||||||
fwd_map_test
|
fwd_map_test
|
||||||
@@ -177,7 +174,6 @@ alias foa_tests :
|
|||||||
foa_swap_exception_tests
|
foa_swap_exception_tests
|
||||||
foa_merge_exception_tests
|
foa_merge_exception_tests
|
||||||
;
|
;
|
||||||
|#
|
|
||||||
|
|
||||||
local CFOA_TESTS =
|
local CFOA_TESTS =
|
||||||
insert_tests
|
insert_tests
|
||||||
|
Reference in New Issue
Block a user