summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2017-07-20 19:02:10 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2017-07-20 19:02:10 +0000
commit9485eb8a1e2046f26d2410290bc6dc4a850c5471 (patch)
tree3d1a9b573d245b2e96929e86df6efa8fa042b0c0 /CMakeLists.txt
parentCI/AppVeyor: try something new with ccache (diff)
downloadinkscape-9485eb8a1e2046f26d2410290bc6dc4a850c5471.tar.gz
inkscape-9485eb8a1e2046f26d2410290bc6dc4a850c5471.zip
Add a rendering test platform
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 094ebacab..1060a350e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -256,6 +256,8 @@ if(GMOCK_PRESENT)
set(CMAKE_CTEST_ENV INKSCAPE_DATADIR=${CMAKE_CURRENT_SOURCE_DIR}/share)
add_subdirectory(testfiles EXCLUDE_FROM_ALL)
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} DEPENDS tests)
+ add_dependencies(check inkscape)
+ add_dependencies(check ALL)
endif()
# Canonicalize the flags to speed up recompilation using ccache/etc.