summaryrefslogtreecommitdiff
path: root/tests/dumptrees.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dumptrees.c')
-rw-r--r--tests/dumptrees.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/dumptrees.c b/tests/dumptrees.c
index 87d1c3d..ff5818d 100644
--- a/tests/dumptrees.c
+++ b/tests/dumptrees.c
@@ -37,6 +37,8 @@ static struct {
TREE(test_tree1),
TREE(bad_node_char), TREE(bad_node_format), TREE(bad_prop_char),
TREE(ovf_size_strings),
+ TREE(truncated_property), TREE(truncated_string),
+ TREE(truncated_memrsv),
};
#define NUM_TREES (sizeof(trees) / sizeof(trees[0]))