mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
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
19 lines
332 B
Makefile
19 lines
332 B
Makefile
# $FreeBSD$
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
FILES= regress.1.out
|
|
FILES+= regress.2.out
|
|
FILES+= regress.3.out
|
|
FILES+= regress.4.out
|
|
FILES+= regress.5.out
|
|
FILES+= regress.6.out
|
|
FILES+= regress.7.out
|
|
FILES+= regress.8.out
|
|
FILES+= regress.9.out
|
|
FILES+= regress.in
|
|
FILES+= regress.sh
|
|
|
|
.include <bsd.test.mk>
|