b2d48be1bc
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
13 lines
199 B
Makefile
13 lines
199 B
Makefile
# $FreeBSD$
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
FILES= regress.00.in
|
|
FILES+= regress.00.out
|
|
FILES+= regress.01.out
|
|
FILES+= regress.01.sh
|
|
FILES+= regress.sh
|
|
|
|
.include <bsd.test.mk>
|