summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv
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/bv
parentcfcb83489f040f753a7da1a66bb548728f239a61 (diff)
support for proof regressions in other parts of the test tree
Diffstat (limited to 'test/regress/regress0/bv')
-rw-r--r--test/regress/regress0/bv/Makefile.am5
-rw-r--r--test/regress/regress0/bv/core/Makefile.am4
2 files changed, 9 insertions, 0 deletions
diff --git a/test/regress/regress0/bv/Makefile.am b/test/regress/regress0/bv/Makefile.am
index 4fbf5998b..8d65ee3a9 100644
--- a/test/regress/regress0/bv/Makefile.am
+++ b/test/regress/regress0/bv/Makefile.am
@@ -1,6 +1,11 @@
SUBDIRS = . core
+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.
diff --git a/test/regress/regress0/bv/core/Makefile.am b/test/regress/regress0/bv/core/Makefile.am
index 9a036ada0..fa0144da0 100644
--- a/test/regress/regress0/bv/core/Makefile.am
+++ b/test/regress/regress0/bv/core/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