43faedc133
Sponsored by: The FreeBSD Foundation
17 lines
225 B
Makefile
17 lines
225 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
|
|
NETBSD_ATF_TESTS_SH= cat_test
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
FILES= d_align.in
|
|
FILES+= d_align.out
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|