X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Fdmclock%2Fsupport%2Ftest%2FCMakeLists.txt;fp=src%2Fceph%2Fsrc%2Fdmclock%2Fsupport%2Ftest%2FCMakeLists.txt;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=1e1ea25cc14e3dcaac1c2bca421a82e8eab025c2;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/dmclock/support/test/CMakeLists.txt b/src/ceph/src/dmclock/support/test/CMakeLists.txt deleted file mode 100644 index 1e1ea25..0000000 --- a/src/ceph/src/dmclock/support/test/CMakeLists.txt +++ /dev/null @@ -1,26 +0,0 @@ -include_directories(../src) - -set(local_flags "-Wall -pthread") - -# dmclock does not use intrusive heap (but it does use indirect -# intrusive heap), so we won't use this code -if(false) - set(srcs - test_intrusive_heap.cc) - add_executable(test_intru_heap test_intrusive_heap.cc) - set_source_files_properties(${srcs} - PROPERTIES - COMPILE_FLAGS "${local_flags}") -endif(false) - -set(test_srcs test_indirect_intrusive_heap.cc) - -set_source_files_properties(${test_srcs} - PROPERTIES - COMPILE_FLAGS "${local_flags}" - ) - -add_executable(dmclock-data-struct-tests ${test_srcs}) - -target_link_libraries(dmclock-data-struct-tests - LINK_PRIVATE gtest gtest_main pthread)