mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 22:07:34 -04:00
netbsd-tests.test.mk (r289151) - Eliminate explicit OBJTOP/SRCTOP setting - Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk - Remove unnecessary TESTSDIR setting - Use SRCTOP where possible for clarity MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Divison
17 lines
296 B
Makefile
17 lines
296 B
Makefile
# $FreeBSD$
|
|
|
|
ATF_TESTS_SH= mkimg
|
|
|
|
SOURCES!= cd ${.CURDIR}; echo *.uu
|
|
FILES= ${SOURCES:S,.gz.uu,,g}
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
${FILES}:
|
|
uudecode -p ${.CURDIR}/${.TARGET}.gz.uu | gunzip -c > ${.TARGET}
|
|
|
|
CLEANFILES+= ${FILES}
|
|
|
|
rebase:
|
|
(cd ${.CURDIR}; atf-sh mkimg.sh rebase)
|
|
|
|
.include <bsd.test.mk>
|