summaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-16 13:14:49 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-16 13:15:51 +0100
commit56e38fd874546b54ba34b07c71f65532059c5e7b (patch)
tree2a9430e7246883ee3bd000fef75e2c7445cf29fc /tests/CMakeLists.txt
parent1710fab0965d32b883dfcc327c36d3fd38a91357 (diff)
downloadsink-56e38fd874546b54ba34b07c71f65532059c5e7b.tar.gz
sink-56e38fd874546b54ba34b07c71f65532059c5e7b.zip
Get the maildir resource to work.
The subfolder implementation is not according to any standard it seems, but at least it works for now.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index b909681..4b10b56 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -8,6 +8,8 @@ include_directories(
8 ${CMAKE_CURRENT_SOURCE_DIR}/../examples/ 8 ${CMAKE_CURRENT_SOURCE_DIR}/../examples/
9 ) 9 )
10 10
11add_definitions(-DTESTDATAPATH="${CMAKE_CURRENT_SOURCE_DIR}/data")
12
11macro(manual_tests) 13macro(manual_tests)
12 foreach(_testname ${ARGN}) 14 foreach(_testname ${ARGN})
13 add_executable(${_testname} ${_testname}.cpp testimplementations.cpp) 15 add_executable(${_testname} ${_testname}.cpp testimplementations.cpp)