]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/atomic/test/Jamfile.v2
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / atomic / test / Jamfile.v2
index ccab23d9b107d407dd1a987221fd2b2a31fd0fd6..42bc16d24af02f37985f7220c8b5d14978a5d401 100644 (file)
@@ -2,6 +2,7 @@
 #
 #  Copyright (c) 2011 Helge Bahmann
 #  Copyright (c) 2012 Tim Blechmann
+#  Copyright (c) 2020 Andrey Semashev
 #
 #  Distributed under the Boost Software License, Version 1.0. (See
 #  accompanying file LICENSE_1_0.txt or copy at
@@ -21,9 +22,13 @@ project boost/atomic/test
 
 test-suite atomic
     : [ run native_api.cpp ]
+      [ run native_ref_api.cpp ]
       [ run fallback_api.cpp ]
+      [ run fallback_ref_api.cpp ]
       [ run atomicity.cpp ]
+      [ run atomicity_ref.cpp ]
       [ run ordering.cpp ]
+      [ run ordering_ref.cpp ]
       [ run lockfree.cpp ]
       [ compile-fail cf_arith_void_ptr.cpp ]
       [ compile-fail cf_arith_func_ptr.cpp ]