diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index b428ca0..52de73c 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -61,7 +61,11 @@ system-run failed_constexpr_test.cpp ; # Quick (CI) test run quick.cpp ; -run warnings_test.cpp : : : all on gcc:-Wnon-virtual-dtor clang:-Wnon-virtual-dtor ; +compile warnings_test.cpp + : pedantic + msvc:on + gcc:on + clang:on ; lib std_single_instance_lib1 : std_single_instance_1.cpp : shared:STD_SINGLE_INSTANCE_DYN_LINK ; lib std_single_instance_lib2 : std_single_instance_2.cpp : shared:STD_SINGLE_INSTANCE_DYN_LINK ;