radix tree test suite: start adding multiorder tests
[deliverable/linux.git] / tools / testing / radix-tree / main.c
index 122c8b9be17ea9edf3cacd0a069b91dfb099b817..b6a700b00cce53d372b747c081baf16ac6de7cf8 100644 (file)
@@ -275,6 +275,8 @@ static void single_thread_tests(bool long_run)
        int i;
 
        printf("starting single_thread_tests: %d allocated\n", nr_allocated);
+       multiorder_checks();
+       printf("after multiorder_check: %d allocated\n", nr_allocated);
        locate_check();
        printf("after locate_check: %d allocated\n", nr_allocated);
        tag_check();
This page took 0.023646 seconds and 5 git commands to generate.