]> git.ipfire.org Git - thirdparty/linux.git/blob - tools/testing/selftests/filesystems/overlayfs/Makefile
selftests/overlayfs: verify device and inode numbers in /proc/pid/maps
[thirdparty/linux.git] / tools / testing / selftests / filesystems / overlayfs / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 TEST_GEN_PROGS := dev_in_maps
4
5 CFLAGS := -Wall -Werror
6
7 include ../../lib.mk