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, 4 insertions, 0 deletions
diff --git a/test/regress/regress0/arrays/Makefile.am b/test/regress/regress0/arrays/Makefile.am
index db786040e..137b5bb6d 100644
--- a/test/regress/regress0/arrays/Makefile.am
+++ b/test/regress/regress0/arrays/Makefile.am
@@ -1,4 +1,8 @@
+if PROOF_REGRESSIONS
+TESTS_ENVIRONMENT = LFSC="$(LFSC) $(LFSCARGS)" @srcdir@/../../run_regression --proof @top_builddir@/src/main/cvc4
+else
TESTS_ENVIRONMENT = @srcdir@/../../run_regression @top_builddir@/src/main/cvc4
+endif
# These are run for all build profiles.
# If a test shouldn't be run in e.g. competition mode,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback