Date: Mon, 18 Jun 2018 08:34:36 +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: r472677 - head/math/libflame Message-ID: <201806180834.w5I8YaI6094043@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806180834.w5I8YaI6094043>