diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-27 17:13:52 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-27 17:13:52 +0000 |
commit | 3696893b558e90e80044ee4f86074b82f25fc838 (patch) | |
tree | 25444c7dd4d16daad4a8bd0fc33a4af793315435 /test/CMakeLists.txt | |
parent | 0c5dfb95414875fb7532944e0faaf09e35afa1f4 (diff) | |
download | rspamd-3696893b558e90e80044ee4f86074b82f25fc838.tar.gz rspamd-3696893b558e90e80044ee4f86074b82f25fc838.zip |
Remove expired.
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index fb0f7c891..b4fa018d2 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -23,15 +23,11 @@ TARGET_LINK_LIBRARIES(rspamd-test ${RSPAMD_REQUIRED_LIBRARIES}) TARGET_LINK_LIBRARIES(rspamd-test stemmer) IF(NOT "${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}") - FILE(COPY "${CMAKE_CURRENT_SOURCE_DIR}/lua" - DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) - # Also add dependencies for convenience FILE(GLOB LUA_TESTS "${CMAKE_CURRENT_SOURCE_DIR}/lua/*") FOREACH(_LF IN LISTS LUA_TESTS) GET_FILENAME_COMPONENT(_NM "${_LF}" NAME) SET(_DS "${CMAKE_CURRENT_BINARY_DIR}/lua/${_NM}") - MESSAGE(STATUS "${_LF} -> ${_DS}") ADD_CUSTOM_TARGET("${_NM}" COMMAND ${CMAKE_COMMAND} -E copy_if_different ${_LF} ${_DS} SOURCES "${_LF}" |