projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdf0e82
)
Checkout yosys-0.9-rc branch of yosys-tests
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 2 Jul 2019 17:06:56 +0000
(10:06 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Tue, 2 Jul 2019 17:06:56 +0000
(10:06 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 67bcb3d154223b396dba9c1fc5a09821f01c07ca..383ec9e5582defeda721559d293fd5501c3df588 100644
(file)
--- 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\"."