summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mount_setattr/Makefile
blob: 4d4f810cdf2c14147f37b886e3014630f0efe8e4 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: GPL-2.0
# Makefile for mount selftests.
CFLAGS = -g $(KHDR_INCLUDES) -Wall -O2 -pthread

LOCAL_HDRS += ../filesystems/wrappers.h

TEST_GEN_PROGS := mount_setattr_test

include ../lib.mk