X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=tools%2Ftesting%2Fradix-tree%2Ftest.h;h=217fb2403f0901c13d55936fa7cfe0c6c9da4157;hb=a379f71a30dddbd2e7393624e455ce53c87965d1;hp=e85131369723c971dbd5f7f198c389b4cd75fc3a;hpb=0723ab4a97a19bf9da135d68529977aeba17570d;p=cascardo%2Flinux.git diff --git a/tools/testing/radix-tree/test.h b/tools/testing/radix-tree/test.h index e85131369723..217fb2403f09 100644 --- a/tools/testing/radix-tree/test.h +++ b/tools/testing/radix-tree/test.h @@ -27,6 +27,7 @@ void item_kill_tree(struct radix_tree_root *root); void tag_check(void); void multiorder_checks(void); +void iteration_test(void); struct item * item_tag_set(struct radix_tree_root *root, unsigned long index, int tag);