summaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
authorMete Durlu <meted@linux.ibm.com>2021-10-01 15:52:00 +0200
committerVasily Gorbik <gor@linux.ibm.com>2021-10-11 20:55:58 +0200
commit25d36a85c61b576401f69e0e205071e6b1befce8 (patch)
treeaf9da217a777f484ab4747e00198d410cf8e63dc /arch/s390/Kconfig
parent4a667ba873088d23c4a6d7564239160c9af11783 (diff)
downloadlinux-25d36a85c61b576401f69e0e205071e6b1befce8.tar.gz
linux-25d36a85c61b576401f69e0e205071e6b1befce8.tar.bz2
linux-25d36a85c61b576401f69e0e205071e6b1befce8.zip
s390/test_unwind: convert to KUnit
Modified stack unwinder self tests to use kunit framework. The functionality stayed the same but the output format is now in tap13 format. Reviewed-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Mete Durlu <meted@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r--arch/s390/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 4d63662a919d..8ce2ee8ac88e 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -938,6 +938,8 @@ menu "Selftests"
config S390_UNWIND_SELFTEST
def_tristate n
+ depends on KUNIT
+ default KUNIT_ALL_TESTS
prompt "Test unwind functions"
help
This option enables s390 specific stack unwinder testing kernel