opnsense-src/usr.bin/uudecode/tests/Makefile
Piotr Pawel Stefaniak 963fdecd1a uudecode: correct error message
PR:		153276
Reported by:	David Brennan

(cherry picked from commit 9f3203c003)

uudecode: add missing test files to Makefile

(cherry picked from commit 1b3af110bc)

uudecode: use SRCDIR in the regression test

(cherry picked from commit f5138631fb)

uudecode: move the new uudecode test from uuencode/ to uudecode/

I don't know how that happened.

(cherry picked from commit ae6aa2d43d)
2022-04-30 10:01:22 +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>