sysutils/siegfried: Hook up tests again after r518928

This commit is contained in:
Tobias Kortkamp 2019-12-05 07:06:27 +00:00
parent 5161d8942c
commit 306a9846b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519068

View file

@ -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>