]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/format/test/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / format / test / Jamfile.v2
index 61ccff8fbe3ed2b43b1fcadf52a172791e68dc27..ba442ba7d0c6caf567af7d04dc3e8b5370fc6c74 100644 (file)
@@ -5,20 +5,22 @@
 #  Distributed under the Boost Software License, Version 1.0. (See accompany-
 #  ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
-project
-    : requirements 
+project libs/format/test
+    : requirements
       <library>/boost/test//boost_test_exec_monitor/<link>static
     ;
 
 import testing ;
-{
 
 test-suite "format"
    :    [ run format_test1.cpp ]
+        [ run format_test1.cpp : : : <toolset>msvc:<cxxflags>"/FIWindows.h" : format_test1_windows_h ]
         [ run format_test2.cpp ]
+        [ run format_test2.cpp : : : <toolset>msvc:<cxxflags>"/FIWindows.h" : format_test2_windows_h ]
         [ run format_test3.cpp ]
+        [ run format_test3.cpp : : : <toolset>msvc:<cxxflags>"/FIWindows.h" : format_test3_windows_h ]
+        [ run format_test_enum.cpp : : : <toolset>clang:<cxxflags>-Wno-unnamed-type-template-args ]
+        [ run format_test_exceptions.cpp ]
         [ run format_test_wstring.cpp ]
-        [ run format_test_enum.cpp ]
-  ;
-}
+   ;