1
0
Fork 0
alistair23-linux/tools/testing/selftests/safesetid/Makefile

10 lines
181 B
Makefile

# SPDX-License-Identifier: GPL-2.0
# Makefile for mount selftests.
CFLAGS = -Wall -O2
LDLIBS = -lcap
TEST_PROGS := run_tests.sh
TEST_GEN_FILES := safesetid-test
include ../lib.mk