diff options
| author | Christian Brauner <brauner@kernel.org> | 2025-09-12 13:52:56 +0200 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2025-09-19 14:26:17 +0200 |
| commit | 28ef38a9a2c7aa4dd8dfbb1d2b12f9ea84044327 (patch) | |
| tree | b5a57da7ff6c26434569ec95e8d2cf43f9cbe3c6 /tools/testing/selftests/namespaces/Makefile | |
| parent | 14f98438f0ed7b121a847260023de64ae128887e (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/Makefile | 2 |
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 |
