summaryrefslogtreecommitdiff
path: root/test/regress/regress0/push-pop
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2012-11-26 17:01:48 +0000
committerTim King <taking@cs.nyu.edu>2012-11-26 17:01:48 +0000
commitf1390a66f5f2a9d9455346340282fbd5587327f8 (patch)
treec120dc039eac85c614f450207964fdc21f6878b2 /test/regress/regress0/push-pop
parentc005a1109982f13427b15e12501f6150fe2f7330 (diff)
Disabling test/regress/regress0/push-pop/bug396.smt2. This takes 2m to run in debug mode. This is too long for a regress0 test.
Diffstat (limited to 'test/regress/regress0/push-pop')
-rw-r--r--test/regress/regress0/push-pop/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regress/regress0/push-pop/Makefile.am b/test/regress/regress0/push-pop/Makefile.am
index 335b7d818..d1028aec0 100644
--- a/test/regress/regress0/push-pop/Makefile.am
+++ b/test/regress/regress0/push-pop/Makefile.am
@@ -32,14 +32,14 @@ BUG_TESTS = \
bug233.cvc \
bug326.smt2 \
bug394.smt2 \
- bug396.smt2 \
arith_lra_01.smt2 \
arith_lra_02.smt2
TESTS = $(SMT_TESTS) $(SMT2_TESTS) $(CVC_TESTS) $(BUG_TESTS)
EXTRA_DIST = $(TESTS) \
- bug216.smt2.expect
+ bug216.smt2.expect \
+ bug396.smt2
# synonyms for "check" in this directory
.PHONY: regress regress0 test
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback