summaryrefslogtreecommitdiff
path: root/test/regress/regress0/push-pop/Makefile.am
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-09-05 12:02:28 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-09-05 12:11:02 +0200
commitc38245e4f041252df011a024abe834ae7ec0ec0a (patch)
tree0452b7a998312393a2556c6cdf695af17efb91d4 /test/regress/regress0/push-pop/Makefile.am
parentd3c365a60c88e33a7d73f81484db2cff5ef69bbb (diff)
Fix bugs related to fmf with incremental. Reinitialize sorts on user pop, bug fix enumeration for uninitialized sorts, do not decide combined cardinality constraints that have not been allocated in user context. Fixes bug 654.
Diffstat (limited to 'test/regress/regress0/push-pop/Makefile.am')
-rw-r--r--test/regress/regress0/push-pop/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regress/regress0/push-pop/Makefile.am b/test/regress/regress0/push-pop/Makefile.am
index 59531ce8a..bcd8da228 100644
--- a/test/regress/regress0/push-pop/Makefile.am
+++ b/test/regress/regress0/push-pop/Makefile.am
@@ -39,7 +39,8 @@ BUG_TESTS = \
arith_lra_02.smt2 \
quant-fun-proc.smt2 \
quant-fun-proc-unmacro.smt2 \
- quant-fun-proc-unfd.smt2
+ quant-fun-proc-unfd.smt2 \
+ bug654-dd.smt2
TESTS = $(SMT_TESTS) $(SMT2_TESTS) $(CVC_TESTS) $(BUG_TESTS)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback