summaryrefslogtreecommitdiff
path: root/test/unit/Makefile.am
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2010-07-07 21:55:11 +0000
committerClark Barrett <barrett@cs.nyu.edu>2010-07-07 21:55:11 +0000
commit5b4b7727433f06c1788647b08e7da1ee1cc37bc9 (patch)
tree065c5cf1f4257bf6e406336f0c57367055ffddf9 /test/unit/Makefile.am
parent97eb2d77fddb9c690cc2ebc2caff98d62467b671 (diff)
Shared term manager tested and working
It is currently tracking all asserted equalities for simplicity. Might want to check if this is a performance hit
Diffstat (limited to 'test/unit/Makefile.am')
-rw-r--r--test/unit/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am
index c96fbccb6..7d6f6ff50 100644
--- a/test/unit/Makefile.am
+++ b/test/unit/Makefile.am
@@ -1,5 +1,10 @@
# All unit tests
UNIT_TESTS = \
+ theory/shared_term_manager_black \
+ theory/theory_engine_white \
+ theory/theory_black \
+ theory/theory_uf_white \
+ theory/theory_arith_white \
expr/expr_public \
expr/expr_manager_public \
expr/node_white \
@@ -21,10 +26,6 @@ UNIT_TESTS = \
context/cdlist_black \
context/cdmap_black \
context/cdmap_white \
- theory/theory_engine_white \
- theory/theory_black \
- theory/theory_uf_white \
- theory/theory_arith_white \
util/assert_white \
util/bitvector_black \
util/configuration_black \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback