8 lines
182 B
Makefile
Raw Normal View History

2021-05-27 00:09:36 +05:00
# SPDX-License-Identifier: GPL-2.0
# Makefile for mount selftests.
CFLAGS = -g -I../../../../usr/include/ -Wall -O2 -pthread
TEST_GEN_FILES += mount_setattr_test
include ../lib.mk