summaryrefslogtreecommitdiff
path: root/regress/sys
diff options
context:
space:
mode:
authorStefan Fritsch <sf@cvs.openbsd.org>2017-05-29 11:00:05 +0000
committerStefan Fritsch <sf@cvs.openbsd.org>2017-05-29 11:00:05 +0000
commitfaa02010297e21adc86750cd058ecdd82ea18356 (patch)
tree96a956dfd5d75c7a466dfc4e89de1d64bc5279a3 /regress/sys
parent022fadc382526ba7cafc27bbda65ffd03cf1f22a (diff)
Regress test for sparse files & mmap with different FSs
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@
Diffstat (limited to 'regress/sys')
-rw-r--r--regress/sys/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sys/Makefile b/regress/sys/Makefile
index 47c9ed298a3..8f8e846d81e 100644
--- a/regress/sys/Makefile
+++ b/regress/sys/Makefile
@@ -1,8 +1,8 @@
-# $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