summaryrefslogtreecommitdiff
path: root/test/unit/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-07 18:38:49 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-07 18:38:49 +0000
commitb0deae79d8bae5051a85dc15e43e7b83bc8cf9ab (patch)
treed73fa7f9fb37077853f824dcecd2a1b8e4d22837 /test/unit/Makefile.am
parentea5acaba821790dd240db779f2340fbe5fce0b8e (diff)
Some items from the CVC4 public interface review:
* rename DeclarationScope to SymbolTable * rename all HashStrategy -> HashFunction (which we often have anyways) * remove CDCircList (no one is currently using it)
Diffstat (limited to 'test/unit/Makefile.am')
-rw-r--r--test/unit/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am
index 88d21cac5..470fdac3d 100644
--- a/test/unit/Makefile.am
+++ b/test/unit/Makefile.am
@@ -17,7 +17,7 @@ UNIT_TESTS = \
expr/node_manager_white \
expr/attribute_white \
expr/attribute_black \
- expr/declaration_scope_black \
+ expr/symbol_table_black \
expr/node_self_iterator_black \
expr/type_cardinality_public \
expr/type_node_white \
@@ -30,7 +30,6 @@ UNIT_TESTS = \
context/cdo_black \
context/cdlist_black \
context/cdlist_context_memory_black \
- context/cdcirclist_white \
context/cdmap_black \
context/cdmap_white \
context/cdvector_black \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback