From 56e38fd874546b54ba34b07c71f65532059c5e7b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 16 Dec 2015 13:14:49 +0100 Subject: Get the maildir resource to work. The subfolder implementation is not according to any standard it seems, but at least it works for now. --- tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/CMakeLists.txt') 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( ${CMAKE_CURRENT_SOURCE_DIR}/../examples/ ) +add_definitions(-DTESTDATAPATH="${CMAKE_CURRENT_SOURCE_DIR}/data") + macro(manual_tests) foreach(_testname ${ARGN}) add_executable(${_testname} ${_testname}.cpp testimplementations.cpp) -- cgit v1.2.3