c05564c4d8
Android 13
10 lines
188 B
Makefile
Executable file
10 lines
188 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0
|
|
# Makefile for mount selftests.
|
|
CFLAGS = -Wall \
|
|
-O2
|
|
|
|
TEST_PROGS := run_tests.sh
|
|
TEST_GEN_FILES := unprivileged-remount-test
|
|
|
|
include ../lib.mk
|