diff options
Diffstat (limited to 'tools/testing/radix-tree/main.c')
-rw-r--r-- | tools/testing/radix-tree/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/radix-tree/main.c b/tools/testing/radix-tree/main.c index b829127d5670..bc9a78449572 100644 --- a/tools/testing/radix-tree/main.c +++ b/tools/testing/radix-tree/main.c | |||
@@ -368,6 +368,7 @@ int main(int argc, char **argv) | |||
368 | iteration_test(0, 10 + 90 * long_run); | 368 | iteration_test(0, 10 + 90 * long_run); |
369 | iteration_test(7, 10 + 90 * long_run); | 369 | iteration_test(7, 10 + 90 * long_run); |
370 | single_thread_tests(long_run); | 370 | single_thread_tests(long_run); |
371 | ida_thread_tests(); | ||
371 | 372 | ||
372 | /* Free any remaining preallocated nodes */ | 373 | /* Free any remaining preallocated nodes */ |
373 | radix_tree_cpu_dead(0); | 374 | radix_tree_cpu_dead(0); |