mirror of https://github.com/YosysHQ/yosys.git
Fix "make ystests" to use correct Yosys binary
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
825b4c1aa9
commit
05d2e5d773
2
Makefile
2
Makefile
|
@ -595,7 +595,7 @@ vloghtb: $(TARGETS) $(EXTRA_TARGETS)
|
|||
ystests: $(TARGETS) $(EXTRA_TARGETS)
|
||||
rm -rf tests/ystests
|
||||
git clone https://github.com/YosysHQ/yosys-tests.git tests/ystests
|
||||
+PATH="$$PWD:$$PATH" cd tests/ystests && $(MAKE)
|
||||
+$(MAKE) PATH="$$PWD:$$PATH" -C tests/ystests
|
||||
@echo ""
|
||||
@echo " Finished \"make ystests\"."
|
||||
@echo ""
|
||||
|
|
Loading…
Reference in New Issue