Migrated queue stress test to gtest framework
[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}/test-hdr)
14 add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/unit)
15
16 #file(GLOB CONF_FILES ${PROJECT_SOURCE_DIR}/tests/data/*.conf)
17 #file(COPY ${CONF_FILES} DESTINATION ${EXECUTABLE_OUTPUT_PATH})