summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/namespaces/Makefile
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2025-09-19 12:01:38 +0200
committerChristian Brauner <brauner@kernel.org>2025-09-19 16:22:38 +0200
commitd093090ea79979ca7198b03bb2c31cd518b80b59 (patch)
tree1b766f25ac4e71ce43c200c1248a9a2931ffbf1c /tools/testing/selftests/namespaces/Makefile
parent1f84344c8d83bb867d142608cf543b80bc74b7a2 (diff)
selftests/namespaces: verify initial namespace inode numbers
Make sure that all works correctly. 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 f6c117ce2c2b..5fe4b3dc07d3 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 file_handle_test
+TEST_GEN_PROGS := nsid_test file_handle_test init_ino_test
include ../lib.mk