diff options
author | Matthew Wilcox <willy@infradead.org> | 2018-06-18 16:59:29 -0400 |
---|---|---|
committer | Matthew Wilcox <willy@infradead.org> | 2018-08-21 23:54:20 -0400 |
commit | 8ab8ba38d48867aac01812e18f48fc9173ccd400 (patch) | |
tree | 4d149499e92ea666779d91caa2a487dfc322ffba /lib/Kconfig.debug | |
parent | 31ff0ceeb266a4ac96f3fc8cebb85df862a22f92 (diff) | |
download | blackbird-obmc-linux-8ab8ba38d48867aac01812e18f48fc9173ccd400.tar.gz blackbird-obmc-linux-8ab8ba38d48867aac01812e18f48fc9173ccd400.zip |
ida: Start new test_ida module
Start transitioning the IDA tests into kernel space. Framework heavily
cribbed from test_xarray.c.
Signed-off-by: Matthew Wilcox <willy@infradead.org>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 8838d1158d19..2fff661d9070 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1827,6 +1827,9 @@ config TEST_HASH This is intended to help people writing architecture-specific optimized versions. If unsure, say N. +config TEST_IDA + tristate "Perform selftest on IDA functions" + config TEST_PARMAN tristate "Perform selftest on priority array manager" default n |