diff --git a/test/Jamfile b/test/Jamfile index 94fc27e..95f86f0 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -4,11 +4,11 @@ import testing ; +local WERROR = msvc:on clang:on gcc:on ; + project : requirements extra - msvc:on - clang:on - gcc:on + $(WERROR) clang:"-Wno-unused-private-field" ; run quick.cpp ; @@ -88,7 +88,7 @@ explicit describe_cxx14 ; local CXX14 = [ check-target-builds describe_cxx14 describe_cxx14 : : no ] "msvc-14.0:-wd4100" ; local JSON = /boost//json/off "msvc-14.2:-wd5104" ; -local SERIALIZATION = /boost//serialization/off "-gcc:on" "-clang:on" ; +local SERIALIZATION = /boost//serialization/off -$(WERROR) ; run ../example/printing_enums_ct.cpp : : : $(CXX14) ; run ../example/printing_enums_rt.cpp : : : $(CXX14) ;