Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2026 05:58:49 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ad03fbc59898 - main - devel/libcbor: Add make test
Message-ID:  <6a153699.42178.5204af5d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ad03fbc59898ae5bb793440b18f9bbc8187981e4

commit ad03fbc59898ae5bb793440b18f9bbc8187981e4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-26 05:58:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-26 05:58:44 +0000

    devel/libcbor: Add make test
---
 devel/libcbor/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/libcbor/Makefile b/devel/libcbor/Makefile
index f01e491c451f..c2363dc28014 100644
--- a/devel/libcbor/Makefile
+++ b/devel/libcbor/Makefile
@@ -10,7 +10,7 @@ WWW=		https://github.com/PJK/libcbor
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-USES=		cmake
+USES=		cmake:testing
 
 CMAKE_OFF=	CBOR_CUSTOM_ALLOC \
 		CMAKE_INTERPROCEDURAL_OPTIMIZATION \
@@ -24,6 +24,7 @@ CMAKE_OFF=	CBOR_CUSTOM_ALLOC \
 CMAKE_ON=	BUILD_SHARED_LIBS \
 		CBOR_PRETTY_PRINTER \
 		CMAKE_SKIP_INSTALL_ALL_DEPENDENCY
+CMAKE_TESTING_ON=	WITH_TESTS
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a153699.42178.5204af5d>