projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
b659082
ab4899a
)
Merge branch 'master' into mmicko/efinix
author
Miodrag Milanović
<mmicko@gmail.com>
Fri, 18 Oct 2019 08:54:28 +0000
(10:54 +0200)
committer
GitHub
<noreply@github.com>
Fri, 18 Oct 2019 08:54:28 +0000
(10:54 +0200)
1
2
Makefile
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
Makefile
index 6f2050d6e59c8a23b8702a9d6d1108bd70b00e08,a20f716cdc576a681fb025b63c0876905f164491..70d683c340377f4fcc455237cb32aac6d73ddc16
---
1
/
Makefile
---
2
/
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 ""