summaryrefslogtreecommitdiff
path: root/test/regress/regress0/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-03-05 00:03:08 +0000
committerMorgan Deters <mdeters@gmail.com>2011-03-05 00:03:08 +0000
commitf3e75370a69e2d61d0b6eaf04593b600ce98c355 (patch)
treef55a9599ab4c22a8d7d6f08a161c8a4d37934b69 /test/regress/regress0/Makefile.am
parent3dbabefa475f034f07276dc0bb0d86f61f2239c3 (diff)
adding three features to CVC parser that drastically improve its support for the language: LET now supported (but not "type-lets" yet), OPTION now supported, and ^ operator (exponentiation) supported for nonnegative integer exponents. The latter simply expands to MULT, and of course fails assertions in arithmetic if a variable is raised to n >= 2. Also other CVC parser clean-up.
Diffstat (limited to 'test/regress/regress0/Makefile.am')
-rw-r--r--test/regress/regress0/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/regress/regress0/Makefile.am b/test/regress/regress0/Makefile.am
index 383cb01cb..50c43fcb9 100644
--- a/test/regress/regress0/Makefile.am
+++ b/test/regress/regress0/Makefile.am
@@ -41,6 +41,7 @@ CVC_TESTS = \
boolean-prec.cvc \
hole6.cvc \
ite.cvc \
+ let.cvc \
logops.01.cvc \
logops.02.cvc \
logops.03.cvc \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback