summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2013-04-26 17:10:21 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-04-26 17:10:21 -0400
commit9098391fe334d829ec4101f190b8f1fa21c30752 (patch)
treeb134fc1fe1c767a50013e1449330ca6a7ee18a3d /test
parenta9174ce4dc3939bbe14c9aa1fd11c79c7877eb16 (diff)
FCSimplex branch merge
Diffstat (limited to 'test')
-rw-r--r--test/regress/regress0/arith/integers/Makefile.am10
-rw-r--r--test/regress/regress0/push-pop/Makefile.am4
2 files changed, 8 insertions, 6 deletions
diff --git a/test/regress/regress0/arith/integers/Makefile.am b/test/regress/regress0/arith/integers/Makefile.am
index 88e9c5fbd..efd5aa909 100644
--- a/test/regress/regress0/arith/integers/Makefile.am
+++ b/test/regress/regress0/arith/integers/Makefile.am
@@ -17,6 +17,7 @@ MAKEFLAGS = -k
# If a test shouldn't be run in e.g. competition mode,
# put it below in "TESTS +="
+
TESTS = \
arith-int-004.cvc \
arith-int-007.cvc \
@@ -27,12 +28,13 @@ TESTS = \
arith-int-042.cvc \
arith-int-042.min.cvc \
arith-int-047.cvc \
+ arith-int-048.cvc \
arith-int-050.cvc \
arith-int-084.cvc \
- arith-int-085.cvc \
- arith-int-097.cvc
+ arith-int-097.cvc \
+ arith-int-085.cvc
-EXTRA_DIST = $(TESTS) \
+EXTRA_DIST = $(TESTS)
arith-int-001.cvc \
arith-int-002.cvc \
arith-int-003.cvc \
@@ -121,7 +123,7 @@ EXTRA_DIST = $(TESTS) \
arith-int-100.cvc
FAILING_TESTS = \
- arith-int-048.cvc \
+ arith-int-024.cvc \
arith-int-013.cvc
#if CVC4_BUILD_PROFILE_COMPETITION
diff --git a/test/regress/regress0/push-pop/Makefile.am b/test/regress/regress0/push-pop/Makefile.am
index 409bef064..0032c5645 100644
--- a/test/regress/regress0/push-pop/Makefile.am
+++ b/test/regress/regress0/push-pop/Makefile.am
@@ -31,7 +31,6 @@ BUG_TESTS = \
bug216.smt2 \
bug233.cvc \
bug326.smt2 \
- bug394.smt2 \
arith_lra_01.smt2 \
arith_lra_02.smt2
@@ -39,7 +38,8 @@ TESTS = $(SMT_TESTS) $(SMT2_TESTS) $(CVC_TESTS) $(BUG_TESTS)
EXTRA_DIST = $(TESTS) \
bug216.smt2.expect \
- bug396.smt2
+ bug396.smt2 \
+ bug394.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