svn commit: r474428 - head/security/openssl
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 11 08:37:44 UTC 2018
Author: amdmi3
Date: Wed Jul 11 08:37:43 2018
New Revision: 474428
URL: https://svnweb.freebsd.org/changeset/ports/474428
Log:
- Switch to new test framework
Approved by: portmgr blanket
Modified:
head/security/openssl/Makefile
Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile Wed Jul 11 07:57:42 2018 (r474427)
+++ head/security/openssl/Makefile Wed Jul 11 08:37:43 2018 (r474428)
@@ -62,6 +62,7 @@ USE_PERL5= build
MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=--whole-archive
MAKE_ENV+= LIBRPATH="${PREFIX}/lib" GREP_OPTIONS=
SUB_FILES= pkg-message
+TEST_TARGET= test
MAKE_JOBS_UNSAFE= yes
@@ -154,10 +155,5 @@ post-install-SHARED-on:
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/openssl.txt ${STAGEDIR}${DOCSDIR}/
-
-test: build
- cd ${WRKSRC} && ${MAKE} test
-
-regression-test: test
.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list