Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2019 07:06:27 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519068 - head/sysutils/siegfried
Message-ID:  <201912050706.xB576RxH057337@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912050706.xB576RxH057337>