Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Nov 2023 10:23:58 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: db38cb02ab9e - main - devel/pika: Fix tests
Message-ID:  <202311071023.3A7ANwZO034301@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit db38cb02ab9eab051944a235f437d8e2abba1561
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-11-07 10:22:24 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-11-07 10:23:55 +0000

    devel/pika: Fix tests
---
 devel/pika/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/pika/Makefile b/devel/pika/Makefile
index bc5d181cf8c4..2a442377ebe9 100644
--- a/devel/pika/Makefile
+++ b/devel/pika/Makefile
@@ -25,7 +25,7 @@ GH_ACCOUNT=	pika-org
 CMAKE_ON=	PIKA_WITH_MALLOC
 CMAKE_ON+=	PIKA_WITH_GENERIC_CONTEXT_COROUTINES # prerequisite, build breaks on aarch64, armv6 w/out it
 CMAKE_TESTING_ON=	PIKA_WITH_TESTS PIKA_WITH_TESTS_UNIT PIKA_WITH_TESTS_REGRESSIONS # only hellow_world test runs, see https://github.com/pika-org/pika/issues/853
-CMAKE_TESTING_TARGET=	tests
+CMAKE_TESTING_TARGET=	test
 
 BINARY_ALIAS=	git=false
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311071023.3A7ANwZO034301>