Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / tools / testing / selftests / mount / Makefile
blob2d9454841644aaa986d35579eba5025e37583c7d
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for mount selftests.
3 CFLAGS = -Wall \
4 -O2
6 TEST_PROGS := run_unprivileged_remount.sh run_nosymfollow.sh
7 TEST_GEN_FILES := unprivileged-remount-test nosymfollow-test
9 include ../lib.mk