Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[sfrench/cifs-2.6.git] / tools / testing / selftests / safesetid / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for SafeSetID selftest.
3 CFLAGS = -Wall -O2
4 LDLIBS = -lcap
5
6 TEST_PROGS := safesetid-test.sh
7 TEST_GEN_FILES := safesetid-test
8
9 include ../lib.mk