summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/pid_namespace/Makefile
diff options
context:
space:
mode:
authorChristian Brauner <christian.brauner@ubuntu.com>2024-11-22 14:24:59 +0100
committerChristian Brauner <brauner@kernel.org>2024-12-02 11:25:25 +0100
commit615ab43b838bb982dc234feff75ee9ad35447c5d (patch)
tree41156cefad78fd26e280e0fe6ef005cccae956ec /tools/testing/selftests/pid_namespace/Makefile
parent7863dcc72d0f4b13a641065670426435448b3d80 (diff)
tests/pid_namespace: add pid_max tests
Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> Link: https://lore.kernel.org/r/20241122132459.135120-3-aleksandr.mikhalitsyn@canonical.com Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/testing/selftests/pid_namespace/Makefile')
-rw-r--r--tools/testing/selftests/pid_namespace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/pid_namespace/Makefile b/tools/testing/selftests/pid_namespace/Makefile
index 9286a1d22cd3..b972f55d07ae 100644
--- a/tools/testing/selftests/pid_namespace/Makefile
+++ b/tools/testing/selftests/pid_namespace/Makefile
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
CFLAGS += -g $(KHDR_INCLUDES)
-TEST_GEN_PROGS = regression_enomem
+TEST_GEN_PROGS = regression_enomem pid_max
LOCAL_HDRS += $(selfdir)/pidfd/pidfd.h