mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
15 lines
246 B
Makefile
15 lines
246 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
|
|
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>
|