a6f3882d40
set must be selected, requested and reviewed by wiz: PKG_OPTIONS_NONEMPTY_SETS This is a list of names of sets of options. At least one option from each set must be selected. The options in each set are listed in PKG_OPTIONS_SET.<setname>. Options from the sets will be automatically added to PKG_SUPPORTED_OPTIONS.
22 lines
556 B
Makefile
22 lines
556 B
Makefile
# $NetBSD: Makefile,v 1.6 2005/07/26 09:00:42 dillo Exp $
|
|
#
|
|
|
|
DISTNAME= regress-pkg-options-1.0
|
|
CATEGORIES= regress
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= rillig@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"
|