projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
1070f2e
d963e8c
)
Merge branch 'master' into SergeyDegtyar/efinix
author
Sergey
<37293587+SergeyDegtyar@users.noreply.github.com>
Tue, 1 Oct 2019 08:04:32 +0000
(11:04 +0300)
committer
GitHub
<noreply@github.com>
Tue, 1 Oct 2019 08:04:32 +0000
(11:04 +0300)
1
2
Makefile
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
Makefile
index 1be01a86c51fce6f2e5d1016c19e530c0eb19521,2644721beeb153055132e99e42d26943a2769e3e..5ec6abe0f2d6412fc65f4fa7a138150a4e3c41aa
---
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/efinix && bash run-test.sh $(SEEDOPT)
@echo ""
@echo " Passed \"make test\"."
@echo ""