summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2011-10-19 17:25:00 +0000
committerTim King <taking@cs.nyu.edu>2011-10-19 17:25:00 +0000
commitb34cdc14238b5d215e6014d6b3db2971859a0b9d (patch)
tree4921160626d036c344ffcd44ba7eaabd73fa044a /test
parentbb59480a36fb0f799af53676c07b8fca43c2fff4 (diff)
Merging the branch branches/arithmetic/push-pop-support from r2247 to r2256 into trunk. Arithmetic should now be closer to being able to support push and pop.
Diffstat (limited to 'test')
-rw-r--r--test/regress/regress0/arith/integers/Makefile.am82
1 files changed, 76 insertions, 6 deletions
diff --git a/test/regress/regress0/arith/integers/Makefile.am b/test/regress/regress0/arith/integers/Makefile.am
index d0340616f..843d29200 100644
--- a/test/regress/regress0/arith/integers/Makefile.am
+++ b/test/regress/regress0/arith/integers/Makefile.am
@@ -14,6 +14,7 @@ TESTS = \
arith-int-005.cvc \
arith-int-006.cvc \
arith-int-007.cvc \
+ arith-int-008.cvc \
arith-int-009.cvc \
arith-int-010.cvc \
arith-int-011.cvc \
@@ -23,23 +24,92 @@ TESTS = \
arith-int-017.cvc \
arith-int-018.cvc \
arith-int-019.cvc \
- arith-int-020.cvc
+ arith-int-020.cvc \
+ arith-int-021.cvc \
+ arith-int-023.cvc \
+ arith-int-025.cvc \
+ arith-int-026.cvc \
+ arith-int-027.cvc \
+ arith-int-028.cvc \
+ arith-int-029.cvc \
+ arith-int-030.cvc \
+ arith-int-031.cvc \
+ arith-int-032.cvc \
+ arith-int-033.cvc \
+ arith-int-034.cvc \
+ arith-int-035.cvc \
+ arith-int-036.cvc \
+ arith-int-037.cvc \
+ arith-int-038.cvc \
+ arith-int-039.cvc \
+ arith-int-040.cvc \
+ arith-int-043.cvc \
+ arith-int-044.cvc \
+ arith-int-045.cvc \
+ arith-int-046.cvc \
+ arith-int-049.cvc \
+ arith-int-051.cvc \
+ arith-int-052.cvc \
+ arith-int-053.cvc \
+ arith-int-054.cvc \
+ arith-int-055.cvc \
+ arith-int-056.cvc \
+ arith-int-057.cvc \
+ arith-int-058.cvc \
+ arith-int-059.cvc \
+ arith-int-060.cvc \
+ arith-int-061.cvc \
+ arith-int-062.cvc \
+ arith-int-063.cvc \
+ arith-int-064.cvc \
+ arith-int-065.cvc \
+ arith-int-066.cvc \
+ arith-int-067.cvc \
+ arith-int-068.cvc \
+ arith-int-069.cvc \
+ arith-int-070.cvc \
+ arith-int-071.cvc \
+ arith-int-072.cvc \
+ arith-int-073.cvc \
+ arith-int-074.cvc \
+ arith-int-075.cvc \
+ arith-int-076.cvc \
+ arith-int-077.cvc \
+ arith-int-078.cvc \
+ arith-int-079.cvc \
+ arith-int-080.cvc \
+ arith-int-081.cvc \
+ arith-int-083.cvc \
+ arith-int-086.cvc \
+ arith-int-087.cvc \
+ arith-int-088.cvc \
+ arith-int-089.cvc \
+ arith-int-090.cvc \
+ arith-int-091.cvc \
+ arith-int-092.cvc \
+ arith-int-093.cvc \
+ arith-int-094.cvc \
+ arith-int-095.cvc \
+ arith-int-096.cvc \
+ arith-int-098.cvc \
+ arith-int-099.cvc \
+ arith-int-100.cvc
EXTRA_DIST = $(TESTS) \
- arith-int-008.cvc \
arith-int-012.cvc \
arith-int-013.cvc \
arith-int-022.cvc \
+ arith-int-024.cvc \
+ arith-int-041.cvc \
arith-int-042.cvc \
arith-int-042.min.cvc \
- arith-int-043.cvc \
arith-int-047.cvc \
+ arith-int-048.cvc \
arith-int-050.cvc \
arith-int-082.cvc \
arith-int-084.cvc \
- arith-int-097.cvc \
- arith-int-098.cvc \
- arith-int-100.cvc
+ arith-int-085.cvc \
+ arith-int-097.cvc
#if CVC4_BUILD_PROFILE_COMPETITION
#else
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback