xref: /linux/tools/testing/selftests/safesetid/Makefile (revision bb4e9af0348dfeafd66c7e7f82e8a0983fe5390c)
1# SPDX-License-Identifier: GPL-2.0
2# Makefile for mount selftests.
3CFLAGS = -Wall -lcap -O2
4
5TEST_PROGS := run_tests.sh
6TEST_GEN_FILES := safesetid-test
7
8include ../lib.mk
9