]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/histogram/test/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / histogram / test / CMakeLists.txt
index 04ee4458b36cd72013b0940154ac341735e7046f..68b055e02382706373b0217b905a0ed169b1211c 100644 (file)
@@ -18,7 +18,7 @@ endif()
 
 set(BOOST_TEST_LINK_LIBRARIES Boost::histogram)
 
-# keep in sync with Jamfile, this should be automatized...
+# keep in sync with Jamfile, this should be automated...
 boost_test(TYPE compile-fail SOURCES axis_category_fail0.cpp)
 boost_test(TYPE compile-fail SOURCES axis_category_fail1.cpp)
 boost_test(TYPE compile-fail SOURCES axis_category_fail2.cpp)
@@ -44,7 +44,6 @@ set(BOOST_TEST_LINK_LIBRARIES Boost::histogram Boost::core)
 boost_test(TYPE run SOURCES accumulators_count_test.cpp)
 boost_test(TYPE run SOURCES accumulators_mean_test.cpp)
 boost_test(TYPE run SOURCES accumulators_sum_test.cpp)
-boost_test(TYPE run SOURCES accumulators_thread_safe_test.cpp)
 boost_test(TYPE run SOURCES accumulators_weighted_mean_test.cpp)
 boost_test(TYPE run SOURCES accumulators_weighted_sum_test.cpp)
 boost_test(TYPE run SOURCES algorithm_project_test.cpp)
@@ -90,6 +89,7 @@ boost_test(TYPE run SOURCES indexed_test.cpp)
 boost_test(TYPE run SOURCES storage_adaptor_test.cpp)
 boost_test(TYPE run SOURCES unlimited_storage_test.cpp)
 boost_test(TYPE run SOURCES utility_test.cpp)
+boost_test(TYPE run SOURCES issue_327_test.cpp)
 
 find_package(Threads)
 if (Threads_FOUND)
@@ -98,6 +98,10 @@ if (Threads_FOUND)
     LINK_LIBRARIES Threads::Threads)
   boost_test(TYPE run SOURCES storage_adaptor_threaded_test.cpp
     LINK_LIBRARIES Threads::Threads)
+  boost_test(TYPE run SOURCES accumulators_count_thread_safe_test.cpp
+    LINK_LIBRARIES Threads::Threads)
+  boost_test(TYPE run SOURCES accumulators_thread_safe_test.cpp
+    LINK_LIBRARIES Threads::Threads)
 
 endif()
 
@@ -118,6 +122,7 @@ endif()
 #     LINK_LIBRARIES Boost::serialization)
 # boost_test(TYPE run SOURCES accumulators_serialization_test.cpp
 #     LINK_LIBRARIES Boost::serialization)
+# boost_test(TYPE run SOURCES histogram_ostream_ascii_test.cpp)
 
 # Workaround for gcc-5
 if (NOT(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 6))