]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/static_assert/test/Jamfile.v2
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / static_assert / test / Jamfile.v2
index acb28e7ff69ace1227f03a55973e892b66bacf09..e4dbe77082dd4dff1e57131541752b8de3bb267a 100644 (file)
@@ -6,25 +6,16 @@
 # bring in the rules for testing
 import testing ;
 
-test-suite static_assert :
-       [ run static_assert_test.cpp ]
-       [ compile-fail static_assert_test_fail_1.cpp ]
-       [ compile-fail static_assert_test_fail_2.cpp ]
-       [ compile-fail static_assert_test_fail_3.cpp ]
-       [ compile-fail static_assert_test_fail_4.cpp ]
-       [ compile-fail static_assert_test_fail_5.cpp ]
-       [ compile-fail static_assert_test_fail_6.cpp ]
-       [ compile-fail static_assert_test_fail_7.cpp ]
-       [ compile-fail static_assert_test_fail_8.cpp ]
-       [ compile-fail static_assert_test_fail_9.cpp ]
-       [ compile-fail static_assert_test_fail_10.cpp ]
-;
+run static_assert_test.cpp ;
+compile-fail static_assert_test_fail_1.cpp ;
+compile-fail static_assert_test_fail_2.cpp ;
+compile-fail static_assert_test_fail_3.cpp ;
+compile-fail static_assert_test_fail_4.cpp ;
+compile-fail static_assert_test_fail_5.cpp ;
+compile-fail static_assert_test_fail_6.cpp ;
+compile-fail static_assert_test_fail_7.cpp ;
+compile-fail static_assert_test_fail_8.cpp ;
+compile-fail static_assert_test_fail_9.cpp ;
+compile-fail static_assert_test_fail_10.cpp ;
 
 build-project ../example ;
-
-
-
-
-
-
-