svn commit: r519068 - head/sysutils/siegfried
Tobias Kortkamp
tobik at FreeBSD.org
Thu Dec 5 07:06:28 UTC 2019
Author: tobik
Date: Thu Dec 5 07:06:27 2019
New Revision: 519068
URL: https://svnweb.freebsd.org/changeset/ports/519068
Log:
sysutils/siegfried: Hook up tests again after r518928
Modified:
head/sysutils/siegfried/Makefile
Modified: head/sysutils/siegfried/Makefile
==============================================================================
--- head/sysutils/siegfried/Makefile Thu Dec 5 07:00:45 2019 (r519067)
+++ head/sysutils/siegfried/Makefile Thu Dec 5 07:06:27 2019 (r519068)
@@ -17,8 +17,12 @@ USE_GITHUB= yes
GH_ACCOUNT= richardlehane
GO_TARGET= ./cmd/sf
-GO_TEST_TARGET= ./cmd/sf
PLIST_FILES= bin/sf
+
+do-test:
+ @cd ${WRKSRC} && \
+ ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} test ${GO_BUILDFLAGS} \
+ ./cmd/sf
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list