selftests: breakpoints: breakpoint_test_arm64: convert test to use TAP13
authorShuah Khan <shuahkh@osg.samsung.com>
Thu, 29 Jun 2017 21:52:42 +0000 (15:52 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Fri, 30 Jun 2017 22:16:17 +0000 (16:16 -0600)
commit0732d06ee563bbcdf34ec889918baa62451b580d
treec4b9938d7953b63f42e0ac64b6a2e7e96d72e292
parent3fa72f2c784b5c05f271ab8b34116d6a8e8d108d
selftests: breakpoints: breakpoint_test_arm64: convert test to use TAP13

Convert breakpoint_test_arm64 output to TAP13 format. Use ksft_* var arg
msg api to include strerror() info. in the output. Change output from
child process to use ksft_print_msg() instead of ksft_exit_* to avoid
double counting tests and ensure parent process does the test counter
incrementing.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/breakpoints/breakpoint_test_arm64.c