aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-07-01 23:34:18 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:31 +0100
commit88cd387d8e0e7e1e6271a3df2fe10e7722ee5976 (patch)
tree4728d85f386eb2bbc208636c6a29dd740afab958 /tests
parent6246e4d712361fead972189207df914b53f50a6b (diff)
Add rebalancing stuff
Diffstat (limited to 'tests')
-rw-r--r--tests/list_check.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/list_check.c b/tests/list_check.c
index 5e943c72..1524a1be 100644
--- a/tests/list_check.c
+++ b/tests/list_check.c
@@ -87,6 +87,9 @@ static int test_lists(int num_items)
}
+ printf("num_reflections is %i, tree depth is %i\n",
+ num_reflections(list), tree_depth(list));
+
/* Iterate over the list and check we find everything */
int count = 0;
for ( refl = first_refl(list, &iter);