blob: 4d4f810cdf2c14147f37b886e3014630f0efe8e4 [file] [log] [blame] [edit]
# 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