mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
18 lines
321 B
Makefile
18 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>
|