Re: [PATCH 6/6] selftests: add clone3 to TARGETS

2019-09-16 Thread shuah
On 9/10/19 6:03 AM, Eugene Syromiatnikov wrote: * tools/testing/selftests/Makefile (TARGETS): Add clone3. Again. No filenames in the commit log. Please add more detail. "Adding clone3() tests to kselftest default run and details on what this tests" This will be helpful to users.

[PATCH 6/6] selftests: add clone3 to TARGETS

2019-09-10 Thread Eugene Syromiatnikov
* tools/testing/selftests/Makefile (TARGETS): Add clone3. Signed-off-by: Eugene Syromiatnikov --- tools/testing/selftests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index 25b43a8c..05163e4 100644 ---