summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arrays/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/arrays/Makefile.am')
-rw-r--r--test/regress/regress0/arrays/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regress/regress0/arrays/Makefile.am b/test/regress/regress0/arrays/Makefile.am
index 137b5bb6d..b112d1129 100644
--- a/test/regress/regress0/arrays/Makefile.am
+++ b/test/regress/regress0/arrays/Makefile.am
@@ -1,7 +1,7 @@
if PROOF_REGRESSIONS
-TESTS_ENVIRONMENT = LFSC="$(LFSC) $(LFSCARGS)" @srcdir@/../../run_regression --proof @top_builddir@/src/main/cvc4
+TESTS_ENVIRONMENT = LFSC="$(LFSC) $(LFSCARGS)" @srcdir@/../../run_regression $(RUN_REGRESSION_ARGS) --proof @top_builddir@/src/main/cvc4
else
-TESTS_ENVIRONMENT = @srcdir@/../../run_regression @top_builddir@/src/main/cvc4
+TESTS_ENVIRONMENT = @srcdir@/../../run_regression $(RUN_REGRESSION_ARGS) @top_builddir@/src/main/cvc4
endif
# These are run for all build profiles.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback