diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-29 23:41:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-29 23:41:00 +0800 |
commit | 4daba98c3f0be19452cf69db8695b583f9417558 (patch) | |
tree | bd67413d4056150d36dda3806e776a71afb5edd9 /math/libtommath | |
parent | 7a0f074d4d654d476f84b1cf5ee61c26e3e0a922 (diff) | |
download | freebsd-ports-gnome-4daba98c3f0be19452cf69db8695b583f9417558.tar.gz freebsd-ports-gnome-4daba98c3f0be19452cf69db8695b583f9417558.tar.zst freebsd-ports-gnome-4daba98c3f0be19452cf69db8695b583f9417558.zip |
- Disable regression test
Reported by: pointyhat building 2(D)-02:56:27
With hat: portmgr
Diffstat (limited to 'math/libtommath')
-rw-r--r-- | math/libtommath/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile index 251705cf1c83..2d59bdc98167 100644 --- a/math/libtommath/Makefile +++ b/math/libtommath/Makefile @@ -45,9 +45,9 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/tommath.pdf ${DOCSDIR}/ .endif -regression-test: - (cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${GMAKE} -f ${MAKEFILE} mtest test; \ - ./mtest/mtest | ./test) +#regression-test: +# (cd ${WRKSRC}; \ +# ${SETENV} ${MAKE_ENV} ${GMAKE} -f ${MAKEFILE} mtest test; \ +# ./mtest/mtest | ./test) .include <bsd.port.mk> |