summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/clone3/Makefile
diff options
context:
space:
mode:
authorAdrian Reber <areber@redhat.com>2019-11-12 10:58:51 +0100
committerChristian Brauner <christian.brauner@ubuntu.com>2019-11-12 12:11:57 +0100
commit17a810699c189cb8f2f0ba21c7f83396599bea26 (patch)
tree0640e370eefc11c79abd5c06e25b47428b6263c2 /tools/testing/selftests/clone3/Makefile
parentde5287235631cc561716d85f984614ef9598a5cc (diff)
selftests: add tests for clone3()
This adds tests for clone3() with different values and sizes of struct clone_args. This selftest was initially part of of the clone3() with PID selftest. After that patch was almost merged Eugene sent out a couple of patches to fix problems with these test. This commit now only contains the clone3() selftest after the LPC decision to rework clone3() with PID to allow setting the PID in multiple PID namespaces including all of Eugene's patches. Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com> Signed-off-by: Adrian Reber <areber@redhat.com> Reviewed-by: Christian Brauner <christian.brauner@ubuntu.com> Link: https://lore.kernel.org/r/20191112095851.811884-1-areber@redhat.com Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Diffstat (limited to 'tools/testing/selftests/clone3/Makefile')
-rw-r--r--tools/testing/selftests/clone3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/clone3/Makefile b/tools/testing/selftests/clone3/Makefile
index e6f259321e16..eb26eb793c80 100644
--- a/tools/testing/selftests/clone3/Makefile
+++ b/tools/testing/selftests/clone3/Makefile
@@ -1,6 +1,6 @@
-# SPDX-License-Identifier: GPL-2.0-only
+# SPDX-License-Identifier: GPL-2.0
CFLAGS += -g -I../../../../usr/include/
-TEST_GEN_PROGS := clone3_clear_sighand
+TEST_GEN_PROGS := clone3 clone3_clear_sighand
include ../lib.mk