xref: /linux/tools/testing/selftests/safesetid/Makefile (revision 8d0f1e05ab16c4bd628ddaefd20b94ffb36d799c)
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