mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
21 lines
381 B
Makefile
21 lines
381 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
|
|
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>
|