aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-10-09 19:21:17 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-10-09 19:21:17 +0000
commit6c8b418801d41822d49602546e2b75dbccfc45bb (patch)
tree01b92350b927f5cf3fa52c36c02f2f8def8386f1
parentedd93bd3bac5f41a28f585ee9e0f641f1acb03b2 (diff)
downloadports-6c8b418801d41822d49602546e2b75dbccfc45bb.tar.gz
ports-6c8b418801d41822d49602546e2b75dbccfc45bb.zip
cad/yosys: Add comment about failing tests
PR: 266917
-rw-r--r--cad/yosys/Makefile2
1 files changed, 1 insertions, 1 deletions
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)/' \