aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorCody P Schafer <cody@linux.vnet.ibm.com>2013-09-11 17:25:19 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2013-09-11 18:59:20 -0400
commit7c993e11aa59d9d1cefbd6acc8d84f2d8d46545a (patch)
treec5104017ca9ece09ee57c87a6576a767ed7f7f15 /lib
parenta791a62fdf288b2658646e2052400d456874790e (diff)
rbtree: allow tests to run as builtin
No reason require rbtree test code to be a module, allow it to be builtin (streamlines my development process) Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com> Reviewed-by: Seth Jennings <sjenning@linux.vnet.ibm.com> Cc: David Woodhouse <David.Woodhouse@intel.com> Cc: Rik van Riel <riel@redhat.com> Cc: Michel Lespinasse <walken@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 652bea9054f0..c9eef36739a9 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1461,7 +1461,7 @@ config BACKTRACE_SELF_TEST
1461 1461
1462config RBTREE_TEST 1462config RBTREE_TEST
1463 tristate "Red-Black tree test" 1463 tristate "Red-Black tree test"
1464 depends on m && DEBUG_KERNEL 1464 depends on DEBUG_KERNEL
1465 help 1465 help
1466 A benchmark measuring the performance of the rbtree library. 1466 A benchmark measuring the performance of the rbtree library.
1467 Also includes rbtree invariant checks. 1467 Also includes rbtree invariant checks.