]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/functional/test/Jamfile.v2
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / functional / test / Jamfile.v2
index dbe379c0c0b380e9153927f41872b1d673bbe7ba..8767a0b0a3c4b0ae14403743a73b760bb3927b49 100644 (file)
@@ -6,4 +6,8 @@ import testing ;
 
 test-suite functional :
     [ run function_test.cpp ]
+    [ run identity_test.cpp ]
+    [ run identity_rvalue_test.cpp ]
+    [ run identity_result_of_test.cpp ]
+    [ run identity_result_of_rvalue_test.cpp ]
     ;