summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/Makefile.am
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2012-05-07 22:06:07 +0000
committerTim King <taking@cs.nyu.edu>2012-05-07 22:06:07 +0000
commit9f18a444d5c926cffa0532995a3a50cf74a98769 (patch)
treed4e9bca2bc79b063c26795d28f03fc624174e57d /test/regress/regress0/arith/Makefile.am
parentc4a96dc3a0ace41e5f746207847a57ce1c6d4d33 (diff)
Fixes a sign bug in the DioSolver.
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 7136662e6..28d116c4a 100644
--- a/test/regress/regress0/arith/Makefile.am
+++ b/test/regress/regress0/arith/Makefile.am
@@ -19,7 +19,8 @@ TESTS = \
delta-minimized-row-vector-bug.smt \
fuzz_3-eq.smt \
leq.01.smt \
- miplibtrick.smt
+ miplibtrick.smt \
+ problem__003.smt2
EXTRA_DIST = $(TESTS)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback