Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « safesetid « selftests « testing « tools - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98da7a5047375a16167120f950f895e4a07ef636 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0
# Makefile for mount selftests.
CFLAGS = -Wall -lcap -O2

TEST_PROGS := run_tests.sh
TEST_GEN_FILES := safesetid-test

include ../lib.mk