LingmoOS-kernel/tools/testing/selftests/safesetid/Makefile

10 lines
189 B
Makefile
Raw Normal View History

2024-07-18 03:58:23 +00:00
# SPDX-License-Identifier: GPL-2.0
# Makefile for SafeSetID selftest.
CFLAGS = -Wall -O2
LDLIBS = -lcap
TEST_PROGS := safesetid-test.sh
TEST_GEN_FILES := safesetid-test
include ../lib.mk