summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arrays/Makefile.am
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-11-08 17:42:50 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2014-11-08 17:42:57 +0100
commite6150efc1ab45debb10e3ebf560432d8dae68790 (patch)
tree7670c4b6b784285303da03ca9e27e8c4bcb5dcf1 /test/regress/regress0/arrays/Makefile.am
parent5f4e66786b24d76bcd20cede25473ba326a2e381 (diff)
Fix bug with incremental+datatypes. Minor cleanup. Disable regression bug484, enable parsing_ringer.
Diffstat (limited to 'test/regress/regress0/arrays/Makefile.am')
-rw-r--r--test/regress/regress0/arrays/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/regress/regress0/arrays/Makefile.am b/test/regress/regress0/arrays/Makefile.am
index a1232196e..a90b238e2 100644
--- a/test/regress/regress0/arrays/Makefile.am
+++ b/test/regress/regress0/arrays/Makefile.am
@@ -47,7 +47,8 @@ TESTS = \
constarr3.smt2 \
constarr.cvc \
constarr2.cvc \
- constarr3.cvc
+ constarr3.cvc \
+ parsing_ringer.cvc
EXTRA_DIST = $(TESTS)
@@ -60,8 +61,6 @@ EXTRA_DIST = $(TESTS)
# and make sure to distribute it
#EXTRA_DIST += \
# error.cvc
-# disabled for now (problem is related to records in model):
-# parsing_ringer.cvc
# synonyms for "check"
.PHONY: regress regress0 test
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback