mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -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
11 lines
170 B
Makefile
11 lines
170 B
Makefile
# $FreeBSD$
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
FILES= regress.1.in
|
|
FILES+= regress.2.in
|
|
FILES+= regress.out
|
|
FILES+= regress.sh
|
|
|
|
.include <bsd.test.mk>
|