xref: /minix/tests/fs/Makefile (revision 0a6a1f1d)
1# $NetBSD: Makefile,v 1.23 2014/05/10 14:15:25 martin Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/fs
6
7SUBDIR+= 	common .WAIT
8
9TESTS_SUBDIRS+=	ffs fifofs hfs kernfs lfs msdosfs nfs nullfs psshfs ptyfs puffs
10TESTS_SUBDIRS+=	tmpfs umapfs union
11TESTS_SUBDIRS+=	vfs cd9660
12
13.if ${MKZFS} != "no"
14TESTS_SUBDIRS+=	zfs
15.endif
16
17FILES= h_funcs.subr
18FILESDIR= ${TESTSDIR}
19
20.include <bsd.test.mk>
21