diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-06-18 16:34:36 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-06-18 16:34:36 +0800 |
commit | a1b14330c9c6c0b460d6dafc6a92ac096b6391e0 (patch) | |
tree | 822dfc64be4b317ab8a6af44558f0b88b5345b45 /math | |
parent | d414e877a2eac93bc8561924370dde8b43eb328a (diff) | |
download | freebsd-ports-gnome-a1b14330c9c6c0b460d6dafc6a92ac096b6391e0.tar.gz freebsd-ports-gnome-a1b14330c9c6c0b460d6dafc6a92ac096b6391e0.tar.zst freebsd-ports-gnome-a1b14330c9c6c0b460d6dafc6a92ac096b6391e0.zip |
- Switch to new test framework
Approved by: portmgr blanket
Diffstat (limited to 'math')
-rw-r--r-- | math/libflame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libflame/Makefile b/math/libflame/Makefile index 75a11fefbef3..809c4364870b 100644 --- a/math/libflame/Makefile +++ b/math/libflame/Makefile @@ -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 |