mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -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
12 lines
199 B
Makefile
12 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>
|