diff options
author | Miklos Szeredi <mszeredi@redhat.com> | 2023-12-13 19:11:03 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2023-12-14 18:13:59 +0300 |
commit | 5bd3cf8cbc8a286308ef3f40656659d5abc89995 (patch) | |
tree | a620afb99afbeb46cb926310eb9e7bce02521702 /tools/testing/selftests/filesystems/statmount/Makefile | |
parent | 35e27a5744131996061e6e323f1bcb4c827ae867 (diff) | |
download | linux-5bd3cf8cbc8a286308ef3f40656659d5abc89995.tar.xz |
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/filesystems/statmount/Makefile')
-rw-r--r-- | tools/testing/selftests/filesystems/statmount/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/testing/selftests/filesystems/statmount/Makefile b/tools/testing/selftests/filesystems/statmount/Makefile new file mode 100644 index 000000000000..07a0d5b545ca --- /dev/null +++ b/tools/testing/selftests/filesystems/statmount/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +CFLAGS += -Wall -O2 -g $(KHDR_INCLUDES) +TEST_GEN_PROGS := statmount_test + +include ../../lib.mk |