summaryrefslogtreecommitdiff
path: root/test/regress/Makefile.tests
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-08-17 02:48:22 -0500
committerAndres Noetzli <andres.noetzli@gmail.com>2018-08-17 00:48:22 -0700
commit29ae7d5ec0a73b90529e2200d948e6f4051099f1 (patch)
treea9dcb7074a2e79b35e17f2c4483638cf91ea1093 /test/regress/Makefile.tests
parent4d303b5e6de8a3b963357a3c0238ffe81d36f766 (diff)
Eliminate partial operators in sygus grammar normalization (#2323)
This corrects a bug that was introduced in #2266 (the hack removed there was necessary). This ensures that we handle operators like bvudiv, bvsdiv, bvurem, div, rem, / properly in sygus. This also enables total semantics for BV div-by-zero for sygus.
Diffstat (limited to 'test/regress/Makefile.tests')
-rw-r--r--test/regress/Makefile.tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/regress/Makefile.tests b/test/regress/Makefile.tests
index 82f8f2c27..e43f6675d 100644
--- a/test/regress/Makefile.tests
+++ b/test/regress/Makefile.tests
@@ -1509,6 +1509,7 @@ REG1_TESTS = \
regress1/sygus/array_search_2.sy \
regress1/sygus/array_search_5-Q-easy.sy \
regress1/sygus/array_sum_2_5.sy \
+ regress1/sygus/bvudiv-by-2.sy \
regress1/sygus/cegar1.sy \
regress1/sygus/cegisunif-depth1.sy \
regress1/sygus/cegis-unif-inv-eq-fair.sy \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback