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>
|