summaryrefslogtreecommitdiff
path: root/test/unit/Makefile.am
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2017-11-30 15:50:00 -0800
committerGitHub <noreply@github.com>2017-11-30 15:50:00 -0800
commit4c1f1cad720a94226f7834874cf59478de35b74a (patch)
treeb97655661092e2597b31c089ec9bc52e77d33ec9 /test/unit/Makefile.am
parent89b6c052e96cc907800650de93d2f238e19acd38 (diff)
Add Gaussian Elimination as a preprocessing pass for BV. (#1342)
This adds Gaussian Elimination as a preprocessing pass for BV. Gaussian Elimination is only applied if the given bit-width guarantees that no overflows can occur.
Diffstat (limited to 'test/unit/Makefile.am')
-rw-r--r--test/unit/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am
index 9640a059a..8c45eeb23 100644
--- a/test/unit/Makefile.am
+++ b/test/unit/Makefile.am
@@ -12,6 +12,7 @@ UNIT_TESTS += \
theory/theory_white \
theory/theory_arith_white \
theory/theory_bv_white \
+ theory/theory_bv_bvgauss_white \
theory/type_enumerator_white \
expr/node_white \
expr/node_black \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback