git: 6c8b418801d4 - main - cad/yosys: Add comment about failing tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Oct 2022 19:22:08 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6c8b418801d41822d49602546e2b75dbccfc45bb
commit 6c8b418801d41822d49602546e2b75dbccfc45bb
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-10-09 19:21:17 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-10-09 19:21:17 +0000
cad/yosys: Add comment about failing tests
PR: 266917
---
cad/yosys/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cad/yosys/Makefile b/cad/yosys/Makefile
index c94c10f80eb7..4c441865a754 100644
--- a/cad/yosys/Makefile
+++ b/cad/yosys/Makefile
@@ -32,7 +32,7 @@ BINARY_ALIAS= python3=${PYTHON_CMD} tclsh=${TCLSH}
MAKE_ARGS= ABCEXTERNAL=abc
MAKE_ENV= MAKE=${GMAKE}
-TEST_TARGET= test
+TEST_TARGET= test # some tests fail, see https://github.com/YosysHQ/yosys/issues/3505
post-patch:
${REINPLACE_CMD} -e '/^CXX =/d; s/^LD = .*/LD = $$(CXX)/' \