1 # SPDX-License-Identifier: GPL-2.0 2 # Makefile for mount selftests. 3 CFLAGS = -Wall \ 4 -O2 5 6 TEST_PROGS := run_unprivileged_remount.sh run_nosymfollow.sh 7 TEST_GEN_FILES := unprivileged-remount-test nosymfollow-test 8 9 include ../lib.mk
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.