projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
0d60902
e0a67fc
)
Merge branch 'master' into eddie/pr1352
author
Miodrag Milanović
<mmicko@gmail.com>
Fri, 18 Oct 2019 08:52:50 +0000
(10:52 +0200)
committer
GitHub
<noreply@github.com>
Fri, 18 Oct 2019 08:52:50 +0000
(10:52 +0200)
1
2
Makefile
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
Makefile
index 227c87bbd6a8d3539c3b259ffc38f7b455f16164,6f5184596f8efe89c0d5fa205fcdb7abadfacafa..14af2bc11f5cca868742e2f365dd3693facf9a74
---
1
/
Makefile
---
2
/
Makefile
+++ b/
Makefile
@@@
-714,7
-715,7
+715,8
@@@
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/ecp5 && bash run-test.sh $(SEEDOPT)
+ +cd tests/xilinx && bash run-test.sh $(SEEDOPT)
@echo ""
@echo " Passed \"make test\"."
@echo ""