projects
/
riscv-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ef5e45
)
Add all-tests target.
author
Tim Newsome
<tim@sifive.com>
Fri, 22 Dec 2017 00:00:01 +0000
(16:00 -0800)
committer
Tim Newsome
<tim@sifive.com>
Fri, 22 Dec 2017 00:00:01 +0000
(16:00 -0800)
I hope to use this in riscv-tools' regression.sh.
debug/Makefile
patch
|
blob
|
history
diff --git
a/debug/Makefile
b/debug/Makefile
index 9f7cb2ed19845bdcd08809fa062007dc0dd6310b..8e1c81b6bf67d2ab2673bbfedbf206675a16e2e0 100644
(file)
--- a/
debug/Makefile
+++ b/
debug/Makefile
@@
-6,7
+6,9
@@
GDBSERVER_PY = $(src_dir)/gdbserver.py
default: spike$(XLEN)-2
-all: pylint spike32 spike32-2 spike32-2-rtos spike64 spike64-2 spike64-2-rtos
+all-tests: spike32 spike32-2 spike32-2-rtos spike64 spike64-2 spike64-2-rtos
+
+all: pylint all-tests
pylint:
pylint --rcfile=pylint.rc `git ls-files '*.py'`