RE: [PATCH v2] selftests: kcmp: convert to TAP13 output

2017-06-30 Thread Bird, Timothy
> -Original Message- > From: Paul Elder on Friday, June 30, 2017 7:28 PM > On 07/01/2017 08:47 AM, Shuah Khan wrote: > > Convert to TAP13 output using ksft_ api. Child runs tests, increments test > > counters, and prints test results. > > > > Signed-off-by: Shuah Khan > > --- > > > > Cha

Re: [PATCH v2] selftests: kcmp: convert to TAP13 output

2017-06-30 Thread Paul Elder
On 07/01/2017 08:47 AM, Shuah Khan wrote: > Convert to TAP13 output using ksft_ api. Child runs tests, increments test > counters, and prints test results. > > Signed-off-by: Shuah Khan > --- > > Changes since v1: > - Add ksft_print_header() > > tools/testing/selftests/kcmp/kcmp_test.c | 48 >

[PATCH v2] selftests: kcmp: convert to TAP13 output

2017-06-30 Thread Shuah Khan
Convert to TAP13 output using ksft_ api. Child runs tests, increments test counters, and prints test results. Signed-off-by: Shuah Khan --- Changes since v1: - Add ksft_print_header() tools/testing/selftests/kcmp/kcmp_test.c | 48 +--- 1 file changed, 19 insertions(