git: db38cb02ab9e - main - devel/pika: Fix tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Nov 2023 10:23:58 UTC
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