summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/safesetid/Makefile
blob: 98da7a5047375a16167120f950f895e4a07ef636 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0
# Makefile for mount selftests.
CFLAGS = -Wall -lcap -O2

TEST_PROGS := run_tests.sh
TEST_GEN_FILES := safesetid-test

include ../lib.mk