]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/regex/test/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / regex / test / Jamfile.v2
index afde5fe7c28d768196dd2dc5711682660e7bcd13..49ed730bb8c3be07324fcce634d2778dee974089 100644 (file)
@@ -19,7 +19,7 @@ project
       <define>U_USING_ICU_NAMESPACE=0
       #<toolset>gcc-mw:<link>static
       #<toolset>gcc-mingw:<link>static
-      <toolset>gcc-cygwin:<link>static
+      #<toolset>gcc-cygwin:<link>static
       <toolset>sun:<link>static
     ;
 
@@ -194,4 +194,10 @@ compile test_consolidated.cpp ;
 
 build-project ../example ;
 
+# `quick` target (for CI)
+run quick.cpp ../build//boost_regex ;
 
+compile test_warnings.cpp 
+   :     <toolset>msvc:<warnings>all <toolset>msvc:<warnings-as-errors>on
+         <toolset>gcc:<warnings>all <toolset>gcc:<warnings-as-errors>on
+         <toolset>clang:<warnings>all <toolset>clang:<warnings-as-errors>on ;