aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-07-02 10:06:56 -0700
committerEddie Hung <eddie@fpgeh.com>2019-07-02 10:06:56 -0700
commit43069e9eb91bf76164e80d6ea65443bd05567d64 (patch)
treeca17785cbf50f36e6547f0aed689634cea1d9090 /Makefile
parentfdf0e82472d978ddbe0a287bdda8b5341b814d3e (diff)
downloadyosys-43069e9eb91bf76164e80d6ea65443bd05567d64.tar.gz
yosys-43069e9eb91bf76164e80d6ea65443bd05567d64.tar.bz2
yosys-43069e9eb91bf76164e80d6ea65443bd05567d64.zip
Checkout yosys-0.9-rc branch of yosys-tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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\"."