aboutsummaryrefslogtreecommitdiff
path: root/debug/Makefile
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2021-01-07 12:50:46 -0800
committerGitHub <noreply@github.com>2021-01-07 12:50:46 -0800
commit363e5cf20ec969e983f4ea1d86ab77838df122e3 (patch)
tree8847b9c99a377cfd021b33197eb64aea1d5f3e7a /debug/Makefile
parent94be3245041c5102f5fdd8016b4ca98a578d6512 (diff)
downloadriscv-tests-363e5cf20ec969e983f4ea1d86ab77838df122e3.zip
riscv-tests-363e5cf20ec969e983f4ea1d86ab77838df122e3.tar.gz
riscv-tests-363e5cf20ec969e983f4ea1d86ab77838df122e3.tar.bz2
Stop testing `-rtos riscv`. (#314)
As of tomorrow that feature is officially no longer supported in OpenOCD, so stop testing it.
Diffstat (limited to 'debug/Makefile')
-rw-r--r--debug/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/debug/Makefile b/debug/Makefile
index 3efdea8..8f40a14 100644
--- a/debug/Makefile
+++ b/debug/Makefile
@@ -7,8 +7,8 @@ TESTS = $(shell $(GDBSERVER_PY) --list-tests $(src_dir)/targets/RISC-V/spike32.p
default: spike$(XLEN) spike$(XLEN)-2
-all-tests: spike32 spike32-2 spike32-2-rtos spike32-2-hwthread \
- spike64 spike64-2 spike64-2-rtos spike64-2-hwthread
+all-tests: spike32 spike32-2 spike32-2-hwthread \
+ spike64 spike64-2 spike64-2-hwthread
all: pylint all-tests
@@ -23,7 +23,7 @@ run.%:
--server_cmd $(RISCV)/bin/openocd
# Target to check all the multicore options.
-multi-tests: spike32-2 spike64-2-rtos spike32-2-hwthread
+multi-tests: spike32-2 spike32-2-hwthread
pylint:
pylint --rcfile=pylint.rc `git ls-files '*.py'`