svn commit: r543668 - head/devel/simde

Yuri Victorovich yuri at FreeBSD.org
Wed Jul 29 16:12:15 UTC 2020


Author: yuri
Date: Wed Jul 29 16:12:14 2020
New Revision: 543668
URL: https://svnweb.freebsd.org/changeset/ports/543668

Log:
  devel/simde: Add the 'test' target

Modified:
  head/devel/simde/Makefile

Modified: head/devel/simde/Makefile
==============================================================================
--- head/devel/simde/Makefile	Wed Jul 29 16:10:22 2020	(r543667)
+++ head/devel/simde/Makefile	Wed Jul 29 16:12:14 2020	(r543668)
@@ -19,4 +19,11 @@ GH_TUPLE=	nemequ:munit:fbbdf1467eb0d04a6ee465def2e529e
 NO_BUILD=	yes
 NO_ARCH=	yes
 
+do-test:
+	cd ${WRKSRC}
+	rm -rf _build
+	${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dbuild_tests=true
+	cd ${BUILD_WRKSRC}
+	${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} test
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list