summaryrefslogtreecommitdiffstats
path: root/testfiles
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-07-14 00:58:49 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-07-14 20:51:21 +0000
commit1473ea1244ab31f308af523de7af43bd6357b221 (patch)
treeb0d2ea37d238789caf8ec3c4f47e6f23203ce954 /testfiles
parentcmake: do not build tests for default target (diff)
downloadinkscape-1473ea1244ab31f308af523de7af43bd6357b221.tar.gz
inkscape-1473ea1244ab31f308af523de7af43bd6357b221.zip
cmake: fix targets to actually depend on inkscape-version.cpp
(targets depended only on inkscape-version.cmake to be run but not on the created file itself resulting in changes only being picked up on the second build)
Diffstat (limited to 'testfiles')
-rw-r--r--testfiles/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/testfiles/CMakeLists.txt b/testfiles/CMakeLists.txt
index af200bea8..b1d68b1fb 100644
--- a/testfiles/CMakeLists.txt
+++ b/testfiles/CMakeLists.txt
@@ -24,6 +24,5 @@ foreach(source ${TEST_SOURCES})
add_executable(${source} src/${source}.cpp unittest.cpp doc-per-case-test.cpp)
target_link_libraries(${source} ${TEST_LIBS})
add_test(NAME ${source} COMMAND ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${source})
- add_dependencies(${source} inkscape_version)
add_dependencies(check ${source})
endforeach() \ No newline at end of file