diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index e5e87cd..b542380 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -158,7 +158,13 @@ run-fail quick_exit_fail.cpp ; compile use_default_test.cpp ; -run default_allocator_test.cpp ; +run default_allocator_test.cpp + : : : pedantic + msvc:on + gcc:on + clang:on ; + +run noinit_adaptor_test.cpp ; run noinit_adaptor_test.cpp ; run alloc_construct_test.cpp ; run alloc_construct_throws_test.cpp ;