git: 70792540c3f5 - main - devel/libunwind: Add TEST_TARGET and mark TESTING_UNSAFE

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Tue, 27 May 2025 11:35:15 UTC
The branch main has been updated by arrowd:

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

commit 70792540c3f552f6b408ab7633f100117064afbd
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-05-27 11:34:47 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-05-27 11:35:11 +0000

    devel/libunwind: Add TEST_TARGET and mark TESTING_UNSAFE
---
 devel/libunwind/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile
index f1553b38f1c5..1fea921189f2 100644
--- a/devel/libunwind/Makefile
+++ b/devel/libunwind/Makefile
@@ -28,6 +28,7 @@ CONFIGURE_ARGS_armv7=	ac_cv_search__Unwind_Resume="-lgcc_s -lgcc"
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	ARCH=${ARCH:S|amd64|x86_64|:C|armv.|arm|:S|i386|x86|:C|powerpc64.*|ppc64|:S|powerpc|ppc32|}
@@ -36,6 +37,8 @@ CPE_VENDOR=	libunwind_project
 
 LIBUNWIND_VERSION=	1.8.1
 
+TESTING_UNSAFE=	One test fails rarely due to race condition https://github.com/libunwind/libunwind/issues/715
+
 .include <bsd.port.options.mk>
 
 .if ${ARCH:Mpowerpc*}