NetBSD/tests/fs/Makefile
jmmv 9b7401e7cb Convert the regress/sys/fs/tmpfs tests to the atf
This change converts all the existing regression tests in
regress/sys/fs/tmpfs to the new framework provided by atf.  As a side
effect, this also moves all the tests programs in regress/sys/fs/tmpfs to
tests/fs/tmpfs.
2007-11-12 15:18:07 +00:00

12 lines
187 B
Makefile

# $NetBSD: Makefile,v 1.1 2007/11/12 15:18:19 jmmv Exp $
.include <bsd.own.mk>
SUBDIR= tmpfs
FILES= h_funcs.subr
FILESDIR= ${TESTSDIR}
.include <bsd.test.mk>
.include <bsd.subdir.mk>