GNU Linux-libre 4.19.245-gnu1
[releases.git] / tools / testing / selftests / mount / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for mount selftests.
3 CFLAGS = -Wall \
4          -O2
5
6 TEST_PROGS := run_tests.sh
7 TEST_GEN_FILES := unprivileged-remount-test
8
9 include ../lib.mk