Date: Mon, 14 May 2018 08:34:05 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469860 - head/devel/mk-configure Message-ID: <201805140834.w4E8Y59x075711@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon May 14 08:34:05 2018 New Revision: 469860 URL: https://svnweb.freebsd.org/changeset/ports/469860 Log: - Switch to new test framework Approved by: portmgr blanket Modified: head/devel/mk-configure/Makefile Modified: head/devel/mk-configure/Makefile ============================================================================== --- head/devel/mk-configure/Makefile Mon May 14 08:24:45 2018 (r469859) +++ head/devel/mk-configure/Makefile Mon May 14 08:34:05 2018 (r469860) @@ -34,7 +34,7 @@ do-install: ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${INSTALL_TARGET} cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} -regression-test: build +do-test: ${SETENV} NOSUBDIR="tests/pkg_config_2 tests/predopost_targets \ tests/lua_dirs examples/hello_lua examples/hello_lua2 \ examples/hello_lua3" CPPFLAGS='-I/usr/local/include' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805140834.w4E8Y59x075711>