aboutsummaryrefslogtreecommitdiff
path: root/debug/Makefile
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2019-03-11 08:43:14 -0700
committerGitHub <noreply@github.com>2019-03-11 08:43:14 -0700
commit4f784ca9b8d3536c16061518c1c2b66e3118cc5c (patch)
tree6d801e89c8836a84ab41646267b8c7170c3326eb /debug/Makefile
parent26d821d126fd0e36bf286420452f5628c946e7cb (diff)
downloadriscv-tests-4f784ca9b8d3536c16061518c1c2b66e3118cc5c.zip
riscv-tests-4f784ca9b8d3536c16061518c1c2b66e3118cc5c.tar.gz
riscv-tests-4f784ca9b8d3536c16061518c1c2b66e3118cc5c.tar.bz2
Add SmpSimultaneousRunHalt test. (#181)
This test confirms that in SMP configurations OpenOCD halts the harts near-simulatenously. (It'll also check for resume, but that's not implemented yet so commented out for now.)
Diffstat (limited to 'debug/Makefile')
-rw-r--r--debug/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/debug/Makefile b/debug/Makefile
index 75900df..41d08f5 100644
--- a/debug/Makefile
+++ b/debug/Makefile
@@ -11,6 +11,9 @@ all-tests: spike32 spike32-2 spike32-2-rtos spike32-2-hwthread \
all: pylint all-tests
+# Target to check all the multicore options.
+multi-tests: spike32-2 spike64-2-rtos spike32-2-hwthread
+
pylint:
pylint --rcfile=pylint.rc `git ls-files '*.py'`