Makefile 239 B

123456789
  1. # SPDX-License-Identifier: GPL-2.0
  2. # Makefile for mount selftests.
  3. CFLAGS = -Wall \
  4. -O2
  5. TEST_PROGS := run_unprivileged_remount.sh run_nosymfollow.sh
  6. TEST_GEN_FILES := unprivileged-remount-test nosymfollow-test
  7. include ../lib.mk