svn commit: r469860 - head/devel/mk-configure

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 14 08:34:06 UTC 2018


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' \


More information about the svn-ports-head mailing list