From: Eddie Hung Date: Tue, 2 Jul 2019 17:06:56 +0000 (-0700) Subject: Checkout yosys-0.9-rc branch of yosys-tests X-Git-Tag: yosys-0.9~28 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43069e9eb91bf76164e80d6ea65443bd05567d64;p=yosys.git Checkout yosys-0.9-rc branch of yosys-tests --- diff --git a/Makefile b/Makefile index 67bcb3d15..383ec9e55 100644 --- a/Makefile +++ b/Makefile @@ -702,7 +702,7 @@ vloghtb: $(TARGETS) $(EXTRA_TARGETS) ystests: $(TARGETS) $(EXTRA_TARGETS) rm -rf tests/ystests - git clone https://github.com/YosysHQ/yosys-tests.git tests/ystests + git clone -b yosys-0.9-rc https://github.com/YosysHQ/yosys-tests.git tests/ystests +$(MAKE) PATH="$$PWD:$$PATH" -C tests/ystests @echo "" @echo " Finished \"make ystests\"."