mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
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
17 lines
321 B
Makefile
17 lines
321 B
Makefile
# $FreeBSD$
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
FILES= regress.00.out
|
|
FILES+= regress.00a.in
|
|
FILES+= regress.00b.in
|
|
FILES+= regress.01.out
|
|
FILES+= regress.01a.in
|
|
FILES+= regress.01b.in
|
|
FILES+= regress.02.out
|
|
FILES+= regress.02a.in
|
|
FILES+= regress.02b.in
|
|
FILES+= regress.sh
|
|
|
|
.include <bsd.test.mk>
|