opnsense-src/usr.bin/uudecode/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

13 lines
276 B
Makefile

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