Removed redundant assertion, minor improvements, docfix
[libcds.git] / tests / CMakeLists.txt
index 3c77e1afde74f970a8cd27d59d6b8e9ca3011d41..2b16f0721f38b5213c35d95616577cc9b112610c 100644 (file)
@@ -6,14 +6,12 @@ set(SOURCES cppunit/test_main.cpp
             cppunit/thread.cpp
             unit/michael_alloc.cpp
             unit/ellen_bintree_update_desc_pool.cpp
-            hashing/city.cc
-            hashing/md5.cpp
-            hashing/sha256.cpp)
+            hashing/city.cpp)
 
 add_library(${TEST_COMMON} OBJECT ${SOURCES})
 
 add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/test-hdr)
 add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/unit)
 
-file(GLOB  CONF_FILES data/*.conf)
-file(COPY ${CONF_FILES} DESTINATION ${EXECUTABLE_OUTPUT_PATH})
\ No newline at end of file
+#file(GLOB CONF_FILES ${PROJECT_SOURCE_DIR}/tests/data/*.conf)
+#file(COPY ${CONF_FILES} DESTINATION ${EXECUTABLE_OUTPUT_PATH})
\ No newline at end of file