summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2010-09-16 21:16:59 +0000
committerTim King <taking@cs.nyu.edu>2010-09-16 21:16:59 +0000
commit9eaf94708275337a4749b7ef2f44bf1c6746d8fc (patch)
treeefac017c6ad18ac2abe71849ad6e99dace456941 /test/regress/regress0/arith
parented3bc77005060a5745696519da31babd745181a7 (diff)
Bug fix to CVC4::theory::arith::VarList as well as some superficial changes. test/regress/regress0/arith/arith.03.cvc now passes and is turned on by default. Tiny documentation fix for the arithmetic normal form.
Diffstat (limited to 'test/regress/regress0/arith')
-rw-r--r--test/regress/regress0/arith/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regress/regress0/arith/Makefile.am b/test/regress/regress0/arith/Makefile.am
index e4fc110b4..18ca5fe86 100644
--- a/test/regress/regress0/arith/Makefile.am
+++ b/test/regress/regress0/arith/Makefile.am
@@ -5,7 +5,8 @@ TESTS_ENVIRONMENT = @srcdir@/../../run_regression @top_builddir@/src/main/cvc4
# put it below in "TESTS +="
TESTS = \
arith.01.cvc \
- arith.02.cvc
+ arith.02.cvc \
+ arith.03.cvc
EXTRA_DIST = $(TESTS)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback