radix-tree tests: add iteration test
[cascardo/linux.git] / tools / testing / radix-tree / main.c
index b7619ff..daa9010 100644 (file)
@@ -332,6 +332,7 @@ int main(int argc, char **argv)
        regression1_test();
        regression2_test();
        regression3_test();
+       iteration_test();
        single_thread_tests(long_run);
 
        sleep(1);