summaryrefslogtreecommitdiff
path: root/tests/Kconfig
diff options
context:
space:
mode:
authorAnanth N Mavinakayanahalli <ananth@in.ibm.com>2008-02-11 16:21:02 +0530
committerSam Ravnborg <sam@ravnborg.org>2008-02-12 23:29:18 +0100
commitf8773002e2c0e5bd232d5f56abeca9fe1d906984 (patch)
tree5f722ca93bdba46e2c2b7988cd44e06a918dc030 /tests/Kconfig
parent7eb75ba359d2f9f611778d3bcf4ca13a62dfb635 (diff)
Move kprobes smoke tests to tests/
Move kprobe smoke tests to tests/ Signed-off-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'tests/Kconfig')
-rw-r--r--tests/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/Kconfig b/tests/Kconfig
index 8619eec3bfab..8deefaa2cd2c 100644
--- a/tests/Kconfig
+++ b/tests/Kconfig
@@ -52,4 +52,16 @@ config LKDTM
Documentation on how to use the module can be found in
tests/lkdtm.c
+config KPROBES_SANITY_TEST
+ bool "Kprobes sanity tests"
+ depends on DEBUG_KERNEL
+ depends on KPROBES
+ default n
+ help
+ This option provides for testing basic kprobes functionality on
+ boot. A sample kprobe, jprobe and kretprobe are inserted and
+ verified for functionality.
+
+ Say N if you are unsure.
+
endif # KERNEL_TESTS