summaryrefslogtreecommitdiff
path: root/test/regress/CMakeLists.txt
diff options
context:
space:
mode:
authorGereon Kremer <nafur42@gmail.com>2021-06-02 13:55:40 +0200
committerGitHub <noreply@github.com>2021-06-02 11:55:40 +0000
commit61b2694ac72d41aeff9c67e3631278e5a3bea5cb (patch)
tree1188888a726c908963fa55ffd332fe234b6eb8fd /test/regress/CMakeLists.txt
parenta158366e1e7fdc76e00926393b9d091870e30bad (diff)
Fix issues with double negation in circuit propagator (#6669)
This PR fixes a subtle issue with double negations when producing proofs in the circuit propagator. Adds the test case as a new regression, as well as some similar instances. Fixes cvc5/cvc5-projects#277.
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 39f1985b0..3adb3ebbb 100644
--- a/test/regress/CMakeLists.txt
+++ b/test/regress/CMakeLists.txt
@@ -800,6 +800,7 @@ set(regress_0_tests
regress0/printer/let_shadowing.smt2
regress0/printer/symbol_starting_w_digit.smt2
regress0/printer/tuples_and_records.cvc
+ regress0/proofs/issue277-circuit-propagator.smt2
regress0/proofs/scope.smt2
regress0/push-pop/boolean/fuzz_12.smt2
regress0/push-pop/boolean/fuzz_13.smt2
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback