summaryrefslogtreecommitdiff
path: root/test/regress/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-06-04 11:31:55 -0500
committerGitHub <noreply@github.com>2020-06-04 11:31:55 -0500
commit8c467723be3746ed711c609fa6dafb19a5a49e8b (patch)
treebd68e5503cef07eb76a3f4c2aee52abb044ceda3 /test/regress/CMakeLists.txt
parenta3670b55e0ef3d4c8e31800aa943688065ca029c (diff)
Fix abduction with datatypes (#4566)
Previously we were treating constructor/selector/tester symbols as arguments to the abduct-to-synthesize.
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 801f38b29..290fca6bc 100644
--- a/test/regress/CMakeLists.txt
+++ b/test/regress/CMakeLists.txt
@@ -1200,6 +1200,7 @@ set(regress_0_tests
# Regression level 1 tests
set(regress_1_tests
+ regress1/abduct-dt.smt2
regress1/arith/arith-int-004.cvc
regress1/arith/arith-int-011.cvc
regress1/arith/arith-int-012.cvc
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback