summaryrefslogtreecommitdiff
path: root/test/api/CMakeLists.txt
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2021-06-18 10:31:53 -0700
committerGitHub <noreply@github.com>2021-06-18 17:31:53 +0000
commit5b15ba18c32ed78190b7e71b6bfb64f1f8b8dcab (patch)
tree2c27fbe335ba1fd42c452511c1955b2339b53974 /test/api/CMakeLists.txt
parent828702825ab82175029e087eb8911575acd43a82 (diff)
Make CnfStream::toCNF iterative (#6757)
This commit makes toCNF() iterative to avoid this issue. Note that the order in which nodes are visited and thus SatLiterals are created remains the same. Fixes #6111
Diffstat (limited to 'test/api/CMakeLists.txt')
-rw-r--r--test/api/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/api/CMakeLists.txt b/test/api/CMakeLists.txt
index e9fd47261..4811cca1b 100644
--- a/test/api/CMakeLists.txt
+++ b/test/api/CMakeLists.txt
@@ -51,6 +51,7 @@ cvc5_add_api_test(smt2_compliance)
cvc5_add_api_test(two_solvers)
cvc5_add_api_test(issue5074)
cvc5_add_api_test(issue4889)
+cvc5_add_api_test(issue6111)
# if we've built using libedit, then we want the interactive shell tests
if (USE_EDITLINE)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback