From: Miodrag Milanović Date: Fri, 18 Oct 2019 08:53:56 +0000 (+0200) Subject: Merge branch 'master' into mmicko/anlogic X-Git-Tag: working-ls180~988^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=66fca65b58bfb944cad45da5836613726498e4b7;p=yosys.git Merge branch 'master' into mmicko/anlogic --- 66fca65b58bfb944cad45da5836613726498e4b7 diff --cc Makefile index dc21fdf39,14af2bc11..a20f716cd --- a/Makefile +++ b/Makefile @@@ -714,7 -715,8 +715,9 @@@ 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/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 ""