summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/Makefile.am
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2012-11-09 19:58:00 +0000
committerTim King <taking@cs.nyu.edu>2012-11-09 19:58:00 +0000
commit3cc7c610a84a29f97a206227d85efbb9a77fda9f (patch)
treecda40c948214e0424623baffa1d74e2e88ef6921 /test/regress/regress0/arith/Makefile.am
parentca6647503475fb36827e960d9e01c3f8a04c4ed3 (diff)
Arithmetic problem that fails --check-models due incompleteness with multiplication.
Diffstat (limited to 'test/regress/regress0/arith/Makefile.am')
-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 f2b70e280..a30c99462 100644
--- a/test/regress/regress0/arith/Makefile.am
+++ b/test/regress/regress0/arith/Makefile.am
@@ -35,7 +35,8 @@ TESTS = \
div.05.smt2 \
div.06.smt2 \
div.07.smt2 \
- div.08.smt2
+ div.08.smt2 \
+ mult.01.smt2
# problem__003.smt2
EXTRA_DIST = $(TESTS)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback