projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c38ec1
)
Activated tests/share in "make test"
author
Clifford Wolf
<clifford@clifford.at>
Sun, 20 Jul 2014 13:24:04 +0000
(15:24 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Sun, 20 Jul 2014 13:33:07 +0000
(15:33 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 6d3d7d7c21ecc22aa33d96566e349c88faecc0c9..6f9daa04a35183d84fdfe5016db190adab10d493 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-162,6
+162,7
@@
test: $(TARGETS) $(EXTRA_TARGETS)
cd tests/hana && bash run-test.sh
cd tests/asicworld && bash run-test.sh
cd tests/realmath && bash run-test.sh
+ cd tests/share && bash run-test.sh
cd tests/techmap && bash run-test.sh
cd tests/memories && bash run-test.sh
cd tests/sat && bash run-test.sh