diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-07-20 19:02:10 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-07-20 19:02:10 +0000 |
| commit | 9485eb8a1e2046f26d2410290bc6dc4a850c5471 (patch) | |
| tree | 3d1a9b573d245b2e96929e86df6efa8fa042b0c0 /CMakeLists.txt | |
| parent | CI/AppVeyor: try something new with ccache (diff) | |
| download | inkscape-9485eb8a1e2046f26d2410290bc6dc4a850c5471.tar.gz inkscape-9485eb8a1e2046f26d2410290bc6dc4a850c5471.zip | |
Add a rendering test platform
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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. |
