diff --git a/test/Jamfile b/test/Jamfile index a3e2b4e..0ed0d68 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -361,4 +361,8 @@ compile-fail shared_from_fail.cpp ; compile-fail weak_from_fail.cpp ; compile sp_override_test.cpp ; -compile sp_pedantic_test.cpp : pedantic on ; +compile sp_pedantic_test.cpp + : pedantic + msvc:on + gcc:on + clang:on ;