aboutsummaryrefslogtreecommitdiff
path: root/debug/Makefile
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2017-08-10 14:23:29 -0700
committerTim Newsome <tim@sifive.com>2017-08-10 14:23:29 -0700
commitb6e0c83dbbb4041da325097d5e3b6a592bd2b812 (patch)
tree91d9a50dbb2b762f5877bc482d7a129309205a27 /debug/Makefile
parentd97ba09c601887c57e9ec37234fe76346b25b16d (diff)
downloadriscv-tests-b6e0c83dbbb4041da325097d5e3b6a592bd2b812.zip
riscv-tests-b6e0c83dbbb4041da325097d5e3b6a592bd2b812.tar.gz
riscv-tests-b6e0c83dbbb4041da325097d5e3b6a592bd2b812.tar.bz2
Don't run debug tests as part of build.
Testing is a separate step. Also fix Issue #64 by adding src_dir to the path to the targets file.
Diffstat (limited to 'debug/Makefile')
-rw-r--r--debug/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/Makefile b/debug/Makefile
index 90ee25c..525cbf1 100644
--- a/debug/Makefile
+++ b/debug/Makefile
@@ -14,7 +14,7 @@ pylint:
%.log:
$(GDBSERVER_PY) \
--isolate \
- targets/RISC-V/$(subst .log,.py,$@) \
+ $(src_dir)/targets/RISC-V/$(subst .log,.py,$@) \
--sim_cmd $(RISCV)/bin/$(RISCV_SIM) \
--server_cmd $(RISCV)/bin/openocd \
| tee $@ 2>&1 || (sed s/^/$@:\ / $@ && false)