projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
fc56459
d963e8c
)
Merge branch 'master' into SergeyDegtyar/anlogic
author
Sergey
<37293587+SergeyDegtyar@users.noreply.github.com>
Tue, 1 Oct 2019 07:57:09 +0000
(10:57 +0300)
committer
GitHub
<noreply@github.com>
Tue, 1 Oct 2019 07:57:09 +0000
(10:57 +0300)
1
2
Makefile
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
Makefile
index 742692f0d52e0a0a1caef24de3aef4f6f9339a8d,2644721beeb153055132e99e42d26943a2769e3e..518da8318295d7810069d2e06e6e14be91e09463
---
1
/
Makefile
---
2
/
Makefile
+++ b/
Makefile
@@@
-710,7
-713,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/anlogic && bash run-test.sh $(SEEDOPT)
@echo ""
@echo " Passed \"make test\"."
@echo ""