summaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2019-08-08 11:19:23 -0700
committerGitHub <noreply@github.com>2019-08-08 11:19:23 -0700
commit63a6e17196d849ad6e57bce7490eafb5b7f7f3ec (patch)
tree1046be4c856a6d90643711b68eacfb1ebf263166 /test/system
parent58cf0f8f5762c5e7994d84f8a20969632f2be796 (diff)
Fix issues with Ninja build system and add configure option. (#3166)
Adds option --ninja to configure.sh.
Diffstat (limited to 'test/system')
-rw-r--r--test/system/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/CMakeLists.txt b/test/system/CMakeLists.txt
index 9d0d8424a..420ce8e6f 100644
--- a/test/system/CMakeLists.txt
+++ b/test/system/CMakeLists.txt
@@ -11,7 +11,7 @@ add_custom_target(build-systemtests)
add_dependencies(build-tests build-systemtests)
add_custom_target(systemtests
- COMMAND ctest --output-on-failure -L "system" -j${CTEST_NTHREADS} $(ARGS)
+ COMMAND ctest --output-on-failure -L "system" -j${CTEST_NTHREADS} $$ARGS
DEPENDS build-systemtests)
set(CVC4_SYSTEM_TEST_FLAGS
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback