mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
naming scheme usr.bin/diff/diff_test was renamed to usr.bin/diff/netbsd_diff_test to avoid collisions with the renamed FreeBSD test. MFC after: 1 week Sponsored by: Dell EMC Isilon
18 lines
327 B
Makefile
18 lines
327 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH= mkimg_test
|
|
|
|
SOURCES!= cd ${.CURDIR}; echo *.uu
|
|
${PACKAGE}FILES+= ${SOURCES:S,.gz.uu,,g}
|
|
|
|
${${PACKAGE}FILES}:
|
|
uudecode -p ${.CURDIR}/${.TARGET}.gz.uu | gunzip -c > ${.TARGET}
|
|
|
|
CLEANFILES+= ${${PACKAGE}FILES}}
|
|
|
|
rebase:
|
|
(cd ${.CURDIR}; atf-sh mkimg.sh rebase)
|
|
|
|
.include <bsd.test.mk>
|