aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/move_mount_set_group/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/move_mount_set_group/Makefile')
-rw-r--r--tools/testing/selftests/move_mount_set_group/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/testing/selftests/move_mount_set_group/Makefile b/tools/testing/selftests/move_mount_set_group/Makefile
new file mode 100644
index 000000000000..94235846b6f9
--- /dev/null
+++ b/tools/testing/selftests/move_mount_set_group/Makefile
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0
+# Makefile for mount selftests.
+CFLAGS = -g $(KHDR_INCLUDES) -Wall -O2
+
+TEST_GEN_FILES += move_mount_set_group_test
+
+include ../lib.mk