blob: df865c2bc7a35a78b7898f732e7bfc3d996303aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $FreeBSD$
PACKAGE= tests
FILESGROUPS= TESTS
TESTSPACKAGE= ${PACKAGE}
TAP_TESTS_SH= legacy_test
FILESDIR= ${TESTSDIR}
FILES= regress.base64.in
FILES+= regress.out
FILES+= regress.sh
FILES+= regress.traditional.in
.include <bsd.test.mk>
|