This test creates a file with a hole in the middle and then checks that
when reading or mmaping the whole file, the data is correct.
This catches the bug introduced by the
"Implement VFS read clustering for MSDOSFS" commit that hat to be
reverted.
For now, we run the test with FAT16, FAT32, FFS
With much advice from bluhm@
-# $OpenBSD: Makefile,v 1.23 2017/01/13 01:33:14 bluhm Exp $
+# $OpenBSD: Makefile,v 1.24 2017/05/29 11:00:04 sf Exp $
# $NetBSD: Makefile,v 1.4 1995/04/20 22:41:08 cgd Exp $
-SUBDIR= copy crypto dev ddb ffs fifofs kern net netinet netinet6 nfs ptrace \
- sys uvm
+SUBDIR= copy crypto dev ddb ffs fifofs fileops kern
+ net netinet netinet6 nfs ptrace sys uvm
.if exists(arch/${MACHINE}/Makefile)
SUBDIR+= arch/${MACHINE}
.endif