summaryrefslogtreecommitdiff
path: root/test/regress/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-10-23 18:15:28 -0500
committerAndres Noetzli <andres.noetzli@gmail.com>2019-10-23 16:15:28 -0700
commit64cef995a521ac7211b9e3ed95c85deb186ff352 (patch)
tree927d14ff521127f37192afcfe8b737f15d54e061 /test/regress/CMakeLists.txt
parent0d4d9bf3f31687d9cf48b0c45ab420b06ff099f7 (diff)
Fixes for SyGuS + regular expressions (#3313)
This commit fixes numerous issues involving the combination of SyGuS and regular expressions. Combining SyGuS and regular expressions may involve constructing regular expressions that are neither variables nor builtin regular expression operators. The code was not robust for this case, either throwing spurious assertion failures or having incorrect behavior.
Diffstat (limited to 'test/regress/CMakeLists.txt')
-rw-r--r--test/regress/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/regress/CMakeLists.txt b/test/regress/CMakeLists.txt
index 876751b02..8fc4b6410 100644
--- a/test/regress/CMakeLists.txt
+++ b/test/regress/CMakeLists.txt
@@ -1728,6 +1728,7 @@ set(regress_1_tests
regress1/sygus/qe.sy
regress1/sygus/qf_abv.smt2
regress1/sygus/real-grammar.sy
+ regress1/sygus/re-concat.sy
regress1/sygus/repair-const-rl.sy
regress1/sygus/simple-regexp.sy
regress1/sygus/stopwatch-bt.sy
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback