1a9516e7073f61ea5aee3bf142ebdee8a331c8b6
[libcds.git] / tests / CMakeLists.txt
1 set(TEST_COMMON test-common)
2
3 include_directories(${CMAKE_CURRENT_SOURCE_DIR})
4
5 set(SOURCES cppunit/test_main.cpp
6             cppunit/thread.cpp
7             unit/michael_alloc.cpp
8             unit/ellen_bintree_update_desc_pool.cpp
9             hashing/city.cpp)
10
11 add_library(${TEST_COMMON} OBJECT ${SOURCES})
12
13 add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/unit)
14
15 #file(GLOB CONF_FILES ${PROJECT_SOURCE_DIR}/tests/data/*.conf)
16 #file(COPY ${CONF_FILES} DESTINATION ${EXECUTABLE_OUTPUT_PATH})