summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-09-26 16:50:51 -0500
committerGitHub <noreply@github.com>2018-09-26 16:50:51 -0500
commit79e866c5150a1d8e4d613f1673bfbf33eb157653 (patch)
tree753fd3e38a4b1cee8c75abb60301c51570c1866d
parent40764e0b2dd2f00889b016f862da9458cc3123ad (diff)
Enable quantified array regression. (#2539)
-rw-r--r--test/regress/CMakeLists.txt1
-rw-r--r--test/regress/Makefile.tests1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/regress/CMakeLists.txt b/test/regress/CMakeLists.txt
index 88be6b94b..3f6aa7956 100644
--- a/test/regress/CMakeLists.txt
+++ b/test/regress/CMakeLists.txt
@@ -626,6 +626,7 @@ set(regress_0_tests
regress0/quantifiers/nested-inf.smt2
regress0/quantifiers/partial-trigger.smt2
regress0/quantifiers/pure_dt_cbqi.smt2
+ regress0/quantifiers/qarray-sel-over-store.smt2
regress0/quantifiers/qbv-inequality2.smt2
regress0/quantifiers/qbv-simp.smt2
regress0/quantifiers/qbv-test-invert-bvadd-neq.smt2
diff --git a/test/regress/Makefile.tests b/test/regress/Makefile.tests
index a1cba3b55..c79f42078 100644
--- a/test/regress/Makefile.tests
+++ b/test/regress/Makefile.tests
@@ -635,6 +635,7 @@ REG0_TESTS = \
regress0/quantifiers/nested-inf.smt2 \
regress0/quantifiers/partial-trigger.smt2 \
regress0/quantifiers/pure_dt_cbqi.smt2 \
+ regress0/quantifiers/qarray-sel-over-store.smt2 \
regress0/quantifiers/qbv-inequality2.smt2 \
regress0/quantifiers/qbv-simp.smt2 \
regress0/quantifiers/qbv-test-invert-bvadd-neq.smt2 \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback