summaryrefslogtreecommitdiff
path: root/test/regress/CMakeLists.txt
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-05-03 13:27:02 -0700
committerGitHub <noreply@github.com>2021-05-03 20:27:02 +0000
commitc8c7a075428e6193dee86e57a9ecb8af11af270c (patch)
treeac12ea111a8228c594495573bc5407a05d3b3131 /test/regress/CMakeLists.txt
parent439ab123cccdbf4f046b4e084ce996a1dc2aa758 (diff)
FP: Rewrite to_fp conversion from signed bit-vector. (#6472)
SymFPU does not allow to_fp conversion from signed bv of size 1. This adds rewrites for this case. Rewrites for the constant and the non-constant cases were tested in isolation.
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 765b12e90..685ac8b4e 100644
--- a/test/regress/CMakeLists.txt
+++ b/test/regress/CMakeLists.txt
@@ -574,6 +574,7 @@ set(regress_0_tests
regress0/fp/down-cast-RNA.smt2
regress0/fp/ext-rew-test.smt2
regress0/fp/from_ubv.smt2
+ regress0/fp/from_sbv.smt2
regress0/fp/issue-5524.smt2
regress0/fp/issue3536.smt2
regress0/fp/issue3582.smt2
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback