summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/namespaces/Makefile
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2025-09-12 13:52:56 +0200
committerChristian Brauner <brauner@kernel.org>2025-09-19 14:26:17 +0200
commit28ef38a9a2c7aa4dd8dfbb1d2b12f9ea84044327 (patch)
treeb5a57da7ff6c26434569ec95e8d2cf43f9cbe3c6 /tools/testing/selftests/namespaces/Makefile
parent14f98438f0ed7b121a847260023de64ae128887e (diff)
selftests/namespaces: add file handle selftests
Add a bunch of selftests for namespace file handles. Reviewed-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/testing/selftests/namespaces/Makefile')
-rw-r--r--tools/testing/selftests/namespaces/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/namespaces/Makefile b/tools/testing/selftests/namespaces/Makefile
index 9280c703533e..f6c117ce2c2b 100644
--- a/tools/testing/selftests/namespaces/Makefile
+++ b/tools/testing/selftests/namespaces/Makefile
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS += -Wall -O0 -g $(KHDR_INCLUDES) $(TOOLS_INCLUDES)
-TEST_GEN_PROGS := nsid_test
+TEST_GEN_PROGS := nsid_test file_handle_test
include ../lib.mk