projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
46af9a0
5ffb005
)
Merge branch 'master' into mmicko/anlogic
author
Miodrag Milanović
<mmicko@gmail.com>
Fri, 18 Oct 2019 08:53:56 +0000
(10:53 +0200)
committer
GitHub
<noreply@github.com>
Fri, 18 Oct 2019 08:53:56 +0000
(10:53 +0200)
1
2
Makefile
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
Makefile
index dc21fdf392cf98c46a1d980c7d0a3ba7423a85c2,14af2bc11f5cca868742e2f365dd3693facf9a74..a20f716cdc576a681fb025b63c0876905f164491
---
1
/
Makefile
---
2
/
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 ""