svn commit: r472677 - head/math/libflame

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 18 08:34:37 UTC 2018


Author: amdmi3
Date: Mon Jun 18 08:34:36 2018
New Revision: 472677
URL: https://svnweb.freebsd.org/changeset/ports/472677

Log:
  - Switch to new test framework
  
  Approved by:	portmgr blanket

Modified:
  head/math/libflame/Makefile

Modified: head/math/libflame/Makefile
==============================================================================
--- head/math/libflame/Makefile	Mon Jun 18 08:32:05 2018	(r472676)
+++ head/math/libflame/Makefile	Mon Jun 18 08:34:36 2018	(r472677)
@@ -317,7 +317,7 @@ do-install:
 BUILD_DEPENDS +=	${RUN_DEPENDS}
 CONFIGURE_ARGS+=	--enable-verbose-make-output
 
-check regression-test test: build
+do-test:
 	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS} \
 	${MAKE_ARGS} MK_INCL_DIR_INST_W_ARCH_VERS="${WRKDIR}/include" \
 	install-headers


More information about the svn-ports-all mailing list