projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
a274b7c
5eb91fa
)
Merge branch 'SergeyDegtyar/ecp5' of https://github.com/SergeyDegtyar/yosys into...
author
Eddie Hung
<eddie@fpgeh.com>
Mon, 30 Sep 2019 21:57:55 +0000
(14:57 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Mon, 30 Sep 2019 21:57:55 +0000
(14:57 -0700)
1
2
Makefile
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
Makefile
index 2644721beeb153055132e99e42d26943a2769e3e,d4f1d3d688816f8366e9b69a460329ebd66b1b53..227c87bbd6a8d3539c3b259ffc38f7b455f16164
---
1
/
Makefile
---
2
/
Makefile
+++ b/
Makefile
@@@
-713,7
-710,7
+713,8
@@@
test: $(TARGETS) $(EXTRA_TARGETS
+cd tests/aiger && bash run-test.sh $(ABCOPT)
+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)
@echo ""
@echo " Passed \"make test\"."
@echo ""