mirror of https://github.com/YosysHQ/yosys.git
Checkout yosys-0.9-rc branch of yosys-tests
This commit is contained in:
parent
fdf0e82472
commit
43069e9eb9
2
Makefile
2
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\"."
|
||||
|
|
Loading…
Reference in New Issue