9b7401e7cb
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.
12 lines
187 B
Makefile
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>
|