]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/mkimg/tests/Makefile
MFC r315776:
[FreeBSD/FreeBSD.git] / usr.bin / mkimg / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 ATF_TESTS_SH=   mkimg_test
6
7 SOURCES!=       cd ${.CURDIR}; echo *.uu
8 ${PACKAGE}FILES+=               ${SOURCES:S,.gz.uu,,g}
9
10 ${${PACKAGE}FILES}:
11         uudecode -p ${.CURDIR}/${.TARGET}.gz.uu | gunzip -c > ${.TARGET}
12
13 CLEANFILES+=    ${${PACKAGE}FILES}}
14
15 rebase:
16         (cd ${.CURDIR}; atf-sh mkimg.sh rebase)
17
18 .include <bsd.test.mk>