From: Miodrag Milanović Date: Fri, 18 Oct 2019 08:54:28 +0000 (+0200) Subject: Merge branch 'master' into mmicko/efinix X-Git-Tag: working-ls180~987^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4d765054897f7ee388b54d907fd8ce607db2d58;p=yosys.git Merge branch 'master' into mmicko/efinix --- b4d765054897f7ee388b54d907fd8ce607db2d58 diff --cc Makefile index 6f2050d6e,a20f716cd..70d683c34 --- a/Makefile +++ b/Makefile @@@ -714,7 -715,9 +715,10 @@@ test: $(TARGETS) $(EXTRA_TARGETS +cd tests/arch && bash run-test.sh +cd tests/ice40 && bash run-test.sh $(SEEDOPT) +cd tests/rpc && bash run-test.sh + +cd tests/efinix && bash run-test.sh $(SEEDOPT) + +cd tests/anlogic && bash run-test.sh $(SEEDOPT) + +cd tests/ecp5 && bash run-test.sh $(SEEDOPT) + +cd tests/xilinx && bash run-test.sh $(SEEDOPT) @echo "" @echo " Passed \"make test\"." @echo ""