brintos

brintos / linux-shallow public Read only

0
0
Text · 239 B · 2d94548 Raw
10 lines · plain
1# SPDX-License-Identifier: GPL-2.02# Makefile for mount selftests.3CFLAGS = -Wall \4         -O25 6TEST_PROGS := run_unprivileged_remount.sh run_nosymfollow.sh7TEST_GEN_FILES := unprivileged-remount-test nosymfollow-test8 9include ../lib.mk10