selftests/harness: Switch to TAP output
Using the kselftest_harness.h would result in non-TAP test reporting, which didn't make much sense given that all the requirements for using the low-level API were met. Switch to using ksft_*() helpers while retaining as much of a human-readability as possible. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/*
|
||||
* kselftest.h: kselftest framework return codes to include from
|
||||
* selftests.
|
||||
* kselftest.h: low-level kselftest framework to include from
|
||||
* selftest programs. When possible, please use
|
||||
* kselftest_harness.h instead.
|
||||
*
|
||||
* Copyright (c) 2014 Shuah Khan <shuahkh@osg.samsung.com>
|
||||
* Copyright (c) 2014 Samsung Electronics Co., Ltd.
|
||||
|
Reference in New Issue
Block a user