From: Tim Newsome Date: Fri, 22 Dec 2017 00:00:01 +0000 (-0800) Subject: Add all-tests target. X-Git-Url: https://git.libre-soc.org/?p=riscv-tests.git;a=commitdiff_plain;h=ffa920340430f62e767fb2397f4ee41ffaf441ce;hp=6ef5e456799592c18a88f1056d8401fece319cba Add all-tests target. I hope to use this in riscv-tools' regression.sh. --- diff --git a/debug/Makefile b/debug/Makefile index 9f7cb2e..8e1c81b 100644 --- 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'`