summaryrefslogtreecommitdiff
path: root/test/regress/regress3/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress3/Makefile.am')
-rw-r--r--test/regress/regress3/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regress/regress3/Makefile.am b/test/regress/regress3/Makefile.am
index 201e332d1..b1345b8d9 100644
--- a/test/regress/regress3/Makefile.am
+++ b/test/regress/regress3/Makefile.am
@@ -2,9 +2,9 @@ SUBDIRS = .
BINARY = cvc4
if PROOF_REGRESSIONS
-TESTS_ENVIRONMENT = LFSC="$(LFSC) $(LFSCARGS)" @srcdir@/../run_regression --proof @top_builddir@/src/main/$(BINARY)
+TESTS_ENVIRONMENT = LFSC="$(LFSC) $(LFSCARGS)" @srcdir@/../run_regression $(RUN_REGRESSION_ARGS) --proof @top_builddir@/src/main/$(BINARY)
else
-TESTS_ENVIRONMENT = @srcdir@/../run_regression @top_builddir@/src/main/$(BINARY)
+TESTS_ENVIRONMENT = @srcdir@/../run_regression $(RUN_REGRESSION_ARGS) @top_builddir@/src/main/$(BINARY)
endif
MAKEFLAGS = -k
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback