dd1f618367
netbsd-tests.test.mk (r289151) - Eliminate explicit OBJTOP/SRCTOP setting - Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk - Remove unnecessary TESTSDIR setting - Use SRCTOP where possible for clarity MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Divison
12 lines
186 B
Makefile
12 lines
186 B
Makefile
# $FreeBSD$
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
FILES= regress.base64.out
|
|
FILES+= regress.in
|
|
FILES+= regress.sh
|
|
FILES+= regress.traditional.out
|
|
|
|
.include <bsd.test.mk>
|