Second try at adding TAP 13 output format to the kselftest core. These patches add an initial framework to the kselftest header file to provide a way for tests to output in TAP13 format, and then goes on to convert 3 different tests to use the format, showing that it does work well. The TAP13 format specification can be found here: https://testanything.org/tap-version-13-specification.html Version 2: - refactor the function names to drop the _tap suffix - Alice Paul Elder (4): kselftest: add TAP13 conformant versions of ksft_* functions kselftest: membarrier: convert to TAP13 output kselftest: breakpoints: convert breakpoint_test to TAP13 output kselftest: breakpoints: convert step_after_suspend_test to TAP13 output .../selftests/breakpoints/breakpoint_test.c | 29 ++++++------ .../breakpoints/step_after_suspend_test.c | 43 +++++++----------- tools/testing/selftests/kselftest.h | 52 ++++++++++++++++++++-- .../testing/selftests/membarrier/membarrier_test.c | 35 ++++++++------- 4 files changed, 99 insertions(+), 60 deletions(-) -- 2.13.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html