]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/safe_numerics/example/CMakeLists.txt
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / safe_numerics / example / CMakeLists.txt
index dfd58164804a9aa17fd5082a8b502317d792c058..ac3181d0f577873534bbb7ecc594b7a225d04b37 100644 (file)
@@ -14,17 +14,18 @@ set(run_examples_list
   example6
   example7
   example8
+  example82
+  example83
+  example84
   example10
   example11
   example13
   example14
   example15
+  example16
   example18
   example19
   example20
-  example82
-  example83
-  example84
   example92
   example93
 )
@@ -34,6 +35,8 @@ foreach(test_name ${run_examples_list})
   set_target_properties(${test_name} PROPERTIES FOLDER "run test examples")
 endforeach(test_name)
 
+test_compile_fail(example17)
+set_target_properties(example17 PROPERTIES FOLDER "safe numeric compile fail tests")
 test_compile_fail(example81)
 set_target_properties(example81 PROPERTIES FOLDER "safe numeric compile fail tests")