summaryrefslogtreecommitdiff
path: root/test/unit/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-05-15 19:28:18 +0000
committerMorgan Deters <mdeters@gmail.com>2012-05-15 19:28:18 +0000
commit49c07e26bae748fae3bdc2dadc742a3036e39b3f (patch)
tree18a5e399127aba003d231ba7dc9059e26d0a736d /test/unit/Makefile.am
parent26a6e8585d75cf6128016064e8cd2d19e7ee9a49 (diff)
Implement TypeNode::isComparableTo() and add a unit test for it.
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 9dbb12ae3..17165ecf7 100644
--- a/test/unit/Makefile.am
+++ b/test/unit/Makefile.am
@@ -20,6 +20,7 @@ UNIT_TESTS = \
expr/declaration_scope_black \
expr/node_self_iterator_black \
expr/type_cardinality_public \
+ expr/type_node_white \
parser/parser_black \
parser/parser_builder_black \
prop/cnf_stream_black \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback