ebcb0ce01e
them at will.
22 lines
563 B
Makefile
22 lines
563 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/03/04 11:02:25 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= regress-pkg-options-1.0
|
|
CATEGORIES= regress
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Test bsd.options.mk framework
|
|
|
|
REGRESS_TESTS= all group-required groups legacy-opt order sets
|
|
REGRESS_TESTS+= simple unsupported
|
|
|
|
do-test:
|
|
.for t in ${REGRESS_TESTS}
|
|
@${_PKG_SILENT}${_PKG_DEBUG} \
|
|
${ECHO_MSG} "Running testcase "${t:Q}; \
|
|
${MAKE} ${MAKEFLAGS} -s -f ${FILESDIR:Q}/${t:Q}.mk test \
|
|
| diff - ${FILESDIR:Q}/${t:Q}.out
|
|
.endfor
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|