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