aec11d355a
TESTS_SUBDIR. Once again I failed to see that one coming.
17 lines
325 B
Makefile
17 lines
325 B
Makefile
# $NetBSD: Makefile,v 1.19 2010/08/01 08:32:17 pooka Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/fs
|
|
|
|
SUBDIR+= common .WAIT
|
|
|
|
TESTS_SUBDIRS+= ffs kernfs lfs msdosfs nfs nullfs psshfs ptyfs puffs
|
|
TESTS_SUBDIRS+= tmpfs umapfs union
|
|
TESTS_SUBDIRS+= vfs
|
|
|
|
FILES= h_funcs.subr
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
.include <bsd.test.mk>
|