X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fstatic_assert%2Fexample%2FJamfile.v2;fp=ceph%2Fsrc%2Fboost%2Flibs%2Fstatic_assert%2Fexample%2FJamfile.v2;h=97c490bd071bbf655eeafdb5061bdc016b5d3de1;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=0f3c356ba883999cbeeeeb021d293a391bde55e9;hpb=a71831dadd1e1f3e0fa70405511f65cc33db0498;p=ceph.git diff --git a/ceph/src/boost/libs/static_assert/example/Jamfile.v2 b/ceph/src/boost/libs/static_assert/example/Jamfile.v2 index 0f3c356ba..97c490bd0 100644 --- a/ceph/src/boost/libs/static_assert/example/Jamfile.v2 +++ b/ceph/src/boost/libs/static_assert/example/Jamfile.v2 @@ -6,15 +6,6 @@ # bring in the rules for testing import testing ; -test-suite static_assert : -# [ run static_assert_example_1.cpp ] - [ run static_assert_example_2.cpp ] - [ run static_assert_example_3.cpp ] -; - - - - - - - +#run static_assert_example_1.cpp ; +run static_assert_example_2.cpp ; +run static_assert_example_3.cpp ;