aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJim Lawson <ucbjrl@berkeley.edu>2018-09-17 14:31:57 -0700
committerJim Lawson <ucbjrl@berkeley.edu>2018-09-17 14:31:57 -0700
commit6a809a1bb15327dfa0134b872455d47b0ebef73c (patch)
tree1f65cca24d5309f79b19e399210d5545d2010e3c /Makefile
parent036e3f9c1b62f42812cd3bdd933af7d6a8e2209c (diff)
parent592a82c0ad8beb6de023aa2a131aab6472f949e8 (diff)
downloadyosys-6a809a1bb15327dfa0134b872455d47b0ebef73c.tar.gz
yosys-6a809a1bb15327dfa0134b872455d47b0ebef73c.tar.bz2
yosys-6a809a1bb15327dfa0134b872455d47b0ebef73c.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 39a361a5f..7698047ec 100644
--- a/Makefile
+++ b/Makefile
@@ -585,6 +585,14 @@ vloghtb: $(TARGETS) $(EXTRA_TARGETS)
@echo " Passed \"make vloghtb\"."
@echo ""
+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)
+ @echo ""
+ @echo " Finished \"make ystests\"."
+ @echo ""
+
# Unit test
unit-test: libyosys.so
@$(MAKE) -C $(UNITESTPATH) CXX="$(CXX)" CPPFLAGS="$(CPPFLAGS)" \