NetBSD/tests/fs/Makefile
pooka 986be8ce69 Add some basic tests for kernfs (getdents & changing hostname).
Per a "mad \"scientist\"" experiment, on i386 load kernfs support
from the installed kernel module instead of linking the driver in.
2010-03-31 19:14:30 +00:00

14 lines
253 B
Makefile

# $NetBSD: Makefile,v 1.8 2010/03/31 19:14:30 pooka Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/fs
SUBDIR+= ffs kernfs nullfs puffs tmpfs umapfs union
FILES= h_funcs.subr
FILESDIR= ${TESTSDIR}
.include <bsd.test.mk>
.include <bsd.subdir.mk>