opnsense-src/usr.bin/uuencode/tests/Makefile
Piotr Pawel Stefaniak ae6aa2d43d uudecode: move the new uudecode test from uuencode/ to uudecode/
I don't know how that happened.

Fixes:		9f3203c003 "uudecode: correct error message"
2022-03-29 07:29:39 +02:00

12 lines
221 B
Makefile

# $FreeBSD$
PACKAGE= tests
TAP_TESTS_SH= legacy_test
${PACKAGE}FILES+= regress.base64.out
${PACKAGE}FILES+= regress.in
${PACKAGE}FILES+= regress.sh
${PACKAGE}FILES+= regress.traditional.out
.include <bsd.test.mk>