diff options
author | Miklos Szeredi <mszeredi@redhat.com> | 2023-12-13 17:11:03 +0100 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2023-12-14 16:13:59 +0100 |
commit | 5bd3cf8cbc8a286308ef3f40656659d5abc89995 (patch) | |
tree | a620afb99afbeb46cb926310eb9e7bce02521702 /tools/testing/selftests/Makefile | |
parent | fs: keep struct mnt_id_req extensible (diff) | |
download | linux-5bd3cf8cbc8a286308ef3f40656659d5abc89995.tar.xz linux-5bd3cf8cbc8a286308ef3f40656659d5abc89995.zip |
add selftest for statmount/listmount
Initial selftest for the new statmount() and listmount() syscalls.
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Link: https://lore.kernel.org/r/20231213161104.403171-1-mszeredi@redhat.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r-- | tools/testing/selftests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index 3b2061d1c1a5..da2e1b0e4dd8 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -26,6 +26,7 @@ TARGETS += filesystems TARGETS += filesystems/binderfs TARGETS += filesystems/epoll TARGETS += filesystems/fat +TARGETS += filesystems/statmount TARGETS += firmware TARGETS += fpu TARGETS += ftrace |