diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2019-10-04 12:20:49 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2019-10-04 12:20:49 +0200 |
commit | ef417fb1b3555a3075bcd01cb7c5267f3e55b407 (patch) | |
tree | 80813ffc49a6a645cb28224af9359ebfe12634a5 /Makefile | |
parent | 2ed2e9c3e8f2d9d6882588857c8556a6e2af57ea (diff) | |
parent | eb750670e3835a1bad36cb604e04bf4836cc7f91 (diff) | |
download | yosys-ef417fb1b3555a3075bcd01cb7c5267f3e55b407.tar.gz yosys-ef417fb1b3555a3075bcd01cb7c5267f3e55b407.tar.bz2 yosys-ef417fb1b3555a3075bcd01cb7c5267f3e55b407.zip |
Merge branch 'SergeyDegtyar/efinix' of https://github.com/SergeyDegtyar/yosys into mmicko/efinix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -714,6 +714,7 @@ 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) @echo "" @echo " Passed \"make test\"." @echo "" |