mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
PR: 153276 Reported by: David Brennan (cherry picked from commit9f3203c003) uudecode: add missing test files to Makefile (cherry picked from commit1b3af110bc) uudecode: use SRCDIR in the regression test (cherry picked from commitf5138631fb) uudecode: move the new uudecode test from uuencode/ to uudecode/ I don't know how that happened. (cherry picked from commitae6aa2d43d)
13 lines
276 B
Makefile
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>
|