14 lines
227 B
Makefile
14 lines
227 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
TESTSDIR= ${TESTSBASE}/usr.bin/uuencode
|
||
|
|
||
|
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>
|