Commit 0f789b67 authored by Davidlohr Bueso's avatar Davidlohr Bueso Committed by Linus Torvalds

lib/interval_tree_test.c: allow the module to be compiled-in

Patch series "lib/interval_tree_test: some debugging improvements".

Here are some patches that update the interval_tree_test module allowing
users to pass finer grained options to run the actual test.

This patch (of 4):

It is a tristate after all, and also serves well for quick debugging.

Link: http://lkml.kernel.org/r/20170518174936.20265-2-dave@stgolabs.netSigned-off-by: default avatarDavidlohr Bueso <dbueso@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent be5f3c77
...@@ -1594,7 +1594,7 @@ config RBTREE_TEST ...@@ -1594,7 +1594,7 @@ config RBTREE_TEST
config INTERVAL_TREE_TEST config INTERVAL_TREE_TEST
tristate "Interval tree test" tristate "Interval tree test"
depends on m && DEBUG_KERNEL depends on DEBUG_KERNEL
select INTERVAL_TREE select INTERVAL_TREE
help help
A benchmark measuring the performance of the interval tree library A benchmark measuring the performance of the interval tree library
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment