This patch series adds a new header file for kselftest defines for individual tests to report test results, and changes to several tests to use the new header file and exit codes. Shuah Khan (7): selftests: add header file for test exit code defines selftests/breakpoints: change breakpoints test to use kselftest exit codes selftests/ipc: change ipc test to use kselftest exit codes selftests/kcmp: change kcmp test to use kselftest exit codes selftests/mount: change mount test to use kselftest exit codes selftests/ptrace: change ptrace test to use kselftest exit codes selftests/timers: change timers test to use kselftest exit codes .../selftests/breakpoints/breakpoint_test.c | 10 +++++---- tools/testing/selftests/ipc/msgque.c | 26 ++++++++++++---------- tools/testing/selftests/kcmp/kcmp_test.c | 16 +++++++------ tools/testing/selftests/kselftest.h | 20 +++++++++++++++++ .../selftests/mount/unprivileged-remount-test.c | 10 +++++---- tools/testing/selftests/ptrace/peeksiginfo.c | 21 ++++++++--------- tools/testing/selftests/timers/posix_timers.c | 19 +++++++++------- 7 files changed, 77 insertions(+), 45 deletions(-) create mode 100644 tools/testing/selftests/kselftest.h -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html