Linux-libre 5.4.49-gnu
[librecmc/linux-libre.git] / tools / testing / selftests / safesetid / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for mount selftests.
3 CFLAGS = -Wall -O2
4 LDLIBS = -lcap
5
6 TEST_PROGS := safesetid-test.sh
7 TEST_GEN_FILES := safesetid-test
8
9 include ../lib.mk