aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-02-06 19:56:44 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-02-06 20:03:31 +0000
commit425effc683bc48fedc3d12b348c85977910ce2b0 (patch)
treeeb9425f58a1d8c91a7a1c742672b11f2081867a5
parent4af7d6b311701b7745c27e200c7f510a311b76cf (diff)
x11/waylock: disable bogus "make test" support
All other lang/zig consumers have tests but not this one. $ zig build test error: Cannot run step 'test' because it does not exist PR: 269320
-rw-r--r--x11/waylock/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/x11/waylock/Makefile b/x11/waylock/Makefile
index 055a9769ae0e..6a08bc704b21 100644
--- a/x11/waylock/Makefile
+++ b/x11/waylock/Makefile
@@ -48,7 +48,4 @@ post-patch:
do-build:
@(cd ${WRKSRC} && ${MAKE_ENV} zig build ${CONFIGURE_ARGS})
-do-test:
- @(cd ${WRKSRC} && ${TEST_ENV} zig build test ${CONFIGURE_ARGS})
-
.include <bsd.port.mk>