Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / tools / testing / selftests / mount / Makefile
blobe094f71c6dbc4a24a2cdc7612c9e5511378fee36
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for mount selftests.
3 CFLAGS = -Wall \
4 -O2
6 TEST_GEN_PROGS := unprivileged-remount-test
8 include ../lib.mk
10 override RUN_TESTS := if [ -f /proc/self/uid_map ] ; \
11 then \
12 ./unprivileged-remount-test ; \
13 else \
14 echo "WARN: No /proc/self/uid_map exist, test skipped." ; \
16 override EMIT_TESTS := echo "$(RUN_TESTS)"