]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/predef/test/build.jam
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / predef / test / build.jam
old mode 100755 (executable)
new mode 100644 (file)
index 74c658c..223950e
@@ -38,7 +38,7 @@ else
    predef-dependency = $(predef-include-root)/boost/predef.h ;
 }
 
-project test
+project predef-test
     :   requirements
         <include>$(predef-include-root)
         # Add explicit dependency since we don't have header scanner for
@@ -59,6 +59,11 @@ test-suite predef :
     [ compile macos_vs_bsd.c : [ predef-require "BOOST_OS_MACOS" : cpp ] ]
     [ run check_value.cpp : : : <test-info>always_show_run_output
         [ predef-check "BOOST_COMP_CLANG > 0.0.0" "BOOST_OS_LINUX == 0" : : <cxxflags>-DCHECK_VALUE=true ] ]
+    [ run workaround.cpp ]
+    [ compile workaround_strict_config.cpp ]
+    [ run tested_at.cpp ]
+    [ compile-fail tested_at_outdated.cpp : <test-info>always_show_run_output ]
+       [ compile platform_windows.cpp ]
     ;
 
 # Minimal testing done for predef for CI. Since