FreeBSD Bugzilla – Attachment 255685 Details for
Bug 283184
net/uriparser: Utilize framework for unit tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for uriparser
uriparser-tests.patch (text/plain), 1.08 KB, created by
Daniel Engberg
on 2024-12-07 17:04:53 UTC
(
hide
)
Description:
Patch for uriparser
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-12-07 17:04:53 UTC
Size:
1.08 KB
patch
obsolete
>diff --git a/net/uriparser/Makefile b/net/uriparser/Makefile >index 0a7c960abe8f..7815fdb914da 100644 >--- a/net/uriparser/Makefile >+++ b/net/uriparser/Makefile >@@ -13,24 +13,24 @@ LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/COPYING > > BUILD_DEPENDS= bash:shells/bash >+TEST_DEPENDS= googletest>0:devel/googletest > >-USES= cmake:noninja cpe pathfix tar:xz >+USES= cmake:noninja,testing cpe pathfix tar:xz > CPE_VENDOR= uriparser_project > USE_LDCONFIG= yes > >-CMAKE_OFF= URIPARSER_BUILD_DOCS # will fetch prebuilds from the upstream, if DOCS is selected >+CMAKE_TESTING_ON= URIPARSER_BUILD_TESTS > >-TEST_TARGET= test >+CMAKE_OFF= URIPARSER_BUILD_TESTS \ >+ URIPARSER_BUILD_DOCS # will fetch prebuilds from the upstream, if DOCS is selected > > PLIST_SUB= DISTVERSION=${DISTVERSION} > PORTDOCS= * > >-OPTIONS_DEFINE= DOCS TEST >+OPTIONS_DEFINE= DOCS > DOCS_DISTFILES= ${_DISTDOCSFILE} \ > ${DISTNAME}.qch > DOCS_EXTRACT_ONLY= ${_DISTDOCSFILE} >-TEST_BUILD_DEPENDS= googletest>=1.10.0:devel/googletest >-TEST_CMAKE_BOOL= URIPARSER_BUILD_TESTS > > _DISTDOCSFILE= ${_DISTDOCSNAME}.zip > _DISTDOCSNAME= ${DISTNAME}-doc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 283184
: 255685
Working