aboutsummaryrefslogtreecommitdiff
path: root/debug/Makefile
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2019-02-14 14:53:57 -0800
committerGitHub <noreply@github.com>2019-02-14 14:53:57 -0800
commit26d821d126fd0e36bf286420452f5628c946e7cb (patch)
tree7492e579724144c01cdcf08998f3c753526c9bca /debug/Makefile
parent353b55bc233ef314dd27b547af0a6bdee217b3f4 (diff)
downloadriscv-tests-26d821d126fd0e36bf286420452f5628c946e7cb.zip
riscv-tests-26d821d126fd0e36bf286420452f5628c946e7cb.tar.gz
riscv-tests-26d821d126fd0e36bf286420452f5628c946e7cb.tar.bz2
Test `-rtos hwthread` (#178)
* WIP * Use hwthread everywhere. * Test `-rtos hwthread`. Also tweak timeouts a bit so that we don't have ridiculous timeouts for simple operations. * Tweak timeouts so tests pass on a loaded system.
Diffstat (limited to 'debug/Makefile')
-rw-r--r--debug/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/Makefile b/debug/Makefile
index 48be07c..75900df 100644
--- a/debug/Makefile
+++ b/debug/Makefile
@@ -6,7 +6,8 @@ GDBSERVER_PY = $(src_dir)/gdbserver.py
default: spike$(XLEN) spike$(XLEN)-2
-all-tests: spike32 spike32-2 spike32-2-rtos spike64 spike64-2 spike64-2-rtos
+all-tests: spike32 spike32-2 spike32-2-rtos spike32-2-hwthread \
+ spike64 spike64-2 spike64-2-rtos spike64-2-hwthread
all: pylint all-tests