summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/filesystems/statmount/Makefile
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2023-12-13 19:11:03 +0300
committerChristian Brauner <brauner@kernel.org>2023-12-14 18:13:59 +0300
commit5bd3cf8cbc8a286308ef3f40656659d5abc89995 (patch)
treea620afb99afbeb46cb926310eb9e7bce02521702 /tools/testing/selftests/filesystems/statmount/Makefile
parent35e27a5744131996061e6e323f1bcb4c827ae867 (diff)
downloadlinux-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/Makefile6
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