Date: Wed, 11 Jul 2018 08:37:43 +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: r474428 - head/security/openssl Message-ID: <201807110837.w6B8bh8f061700@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807110837.w6B8bh8f061700>