Skip to content

Commit de9ebf7

Browse files
timsifiveaswaterman
authored andcommitted
Remove generic debug tests. (riscv-software-src#65)
They live in riscv-tests/debug now, since they also test gdb, and can be used to test other targets besides spike.
1 parent 3032e25 commit de9ebf7

File tree

8 files changed

+1
-486
lines changed

8 files changed

+1
-486
lines changed

Makefile.in

+1-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ INSTALL_EXE := $(INSTALL) -m 555
121121
STOW := @stow@
122122

123123
# Tests
124-
bintests = $(src_dir)/tests/gdbserver.py \
125-
$(src_dir)/tests/ebreak.py
124+
bintests = $(src_dir)/tests/ebreak.py
126125

127126
#-------------------------------------------------------------------------
128127
# Include subproject makefile fragments

tests/checksum.c

-47
This file was deleted.

tests/debug.c

-27
This file was deleted.

tests/gdbserver.py

-225
This file was deleted.

tests/mprv.S

-38
This file was deleted.

tests/regs.s

-43
This file was deleted.

0 commit comments

Comments
 (0)