mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
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:
parent
14f98438f0
commit
28ef38a9a2
3 changed files with 1431 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
nsid_test
|
||||
file_handle_test
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
1429
tools/testing/selftests/namespaces/file_handle_test.c
Normal file
1429
tools/testing/selftests/namespaces/file_handle_test.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue