From 25d36a85c61b576401f69e0e205071e6b1befce8 Mon Sep 17 00:00:00 2001 From: Mete Durlu Date: Fri, 1 Oct 2021 15:52:00 +0200 Subject: 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 Signed-off-by: Mete Durlu Signed-off-by: Vasily Gorbik --- arch/s390/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/s390/Kconfig') 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 -- cgit v1.2.3-59-g8ed1b