diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
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 | ||
11 | add_definitions(-DTESTDATAPATH="${CMAKE_CURRENT_SOURCE_DIR}/data") | ||
12 | |||
11 | macro(manual_tests) | 13 | macro(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) |