Skip to content

Commit

Permalink
rbtree: allow tests to run as builtin
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Seth Jennings <[email protected]>
Cc: David Woodhouse <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Michel Lespinasse <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
codyps authored and torvalds committed Sep 11, 2013
1 parent a791a62 commit 7c993e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ config BACKTRACE_SELF_TEST

config RBTREE_TEST
tristate "Red-Black tree test"
depends on m && DEBUG_KERNEL
depends on DEBUG_KERNEL
help
A benchmark measuring the performance of the rbtree library.
Also includes rbtree invariant checks.
Expand Down

0 comments on commit 7c993e1

Please sign in to comment.