summaryrefslogtreecommitdiff
path: root/test/regress/regress0/push-pop/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-10-29 18:22:38 +0000
committerMorgan Deters <mdeters@gmail.com>2011-10-29 18:22:38 +0000
commit953c83494ae17f5d07d3f148ef69cbdb07eb747a (patch)
tree49d3ff8b943f703bda0b4ca1280474600f4dd79b /test/regress/regress0/push-pop/Makefile.am
parentcfcb83489f040f753a7da1a66bb548728f239a61 (diff)
support for proof regressions in other parts of the test tree
Diffstat (limited to 'test/regress/regress0/push-pop/Makefile.am')
-rw-r--r--test/regress/regress0/push-pop/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/regress/regress0/push-pop/Makefile.am b/test/regress/regress0/push-pop/Makefile.am
index 1dd1dcfd5..827dc04aa 100644
--- a/test/regress/regress0/push-pop/Makefile.am
+++ b/test/regress/regress0/push-pop/Makefile.am
@@ -1,6 +1,11 @@
SUBDIRS = .
+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
+
MAKEFLAGS = -k
# These are run for all build profiles.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback