Index | Thread | Search

From:
Stuart Cassoff <exokoide@yahoo.ca>
Subject:
textproc/libmarisa: get tests working
To:
Yifei Zhan <openbsd@zhan.science>
Cc:
OpenBSD Ports <ports@openbsd.org>
Date:
Tue, 9 Dec 2025 15:15:02 -0500

Download raw body.

Thread
diff -Nurp /usr/ports/textproc/libmarisa/Makefile ./Makefile
--- /usr/ports/textproc/libmarisa/Makefile	Tue Nov 11 09:46:50 2025
+++ ./Makefile	Tue Dec  9 15:10:15 2025
@@ -62,6 +62,8 @@ CONFIGURE_ARGS =	CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
 CONFIGURE_ARGS +=	--enable-sse2
 .endif
 
+TEST_TARGET =		check
+
 .include <bsd.port.arch.mk>
 
 .if ${BUILD_PACKAGES:M-ruby}