mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
12 lines
186 B
Makefile
12 lines
186 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
TAP_TESTS_SH= legacy_test
|
||
|
|
|
||
|
|
FILESDIR= ${TESTSDIR}
|
||
|
|
FILES= regress.base64.out
|
||
|
|
FILES+= regress.in
|
||
|
|
FILES+= regress.sh
|
||
|
|
FILES+= regress.traditional.out
|
||
|
|
|
||
|
|
.include <bsd.test.mk>
|