Skip to content

Commit

Permalink
lang/zig-devel: add test target
Browse files Browse the repository at this point in the history
  • Loading branch information
dch committed Dec 21, 2021
1 parent c269859 commit f40867b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lang/zig-devel/Makefile
Expand Up @@ -58,4 +58,10 @@ post-install:
${INSTALL_MAN} ${WRKDIR}/doc/${f} ${STAGEDIR}${DOCSDIR}/std/
.endfor

do-test:
(cd ${WRKSRC} && ${_ZIG_BIN} build test-behavior \
--cache-dir ${WRKDIR}/cache \
--global-cache-dir ${WRKDIR}/cache \
--zig-lib-dir ${WRKSRC}/lib)

.include <bsd.port.mk>

0 comments on commit f40867b

Please sign in to comment.