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>
This commit is contained in:
Christian Brauner 2025-09-12 13:52:56 +02:00
parent 14f98438f0
commit 28ef38a9a2
No known key found for this signature in database
GPG key ID: 91C61BC06578DCA2
3 changed files with 1431 additions and 1 deletions

View file

@ -1 +1,2 @@
nsid_test
file_handle_test

View file

@ -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

File diff suppressed because it is too large Load diff