aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2016-08-01 10:37:03 -0700
committerAndrew Waterman <waterman@eecs.berkeley.edu>2016-08-01 10:37:03 -0700
commiteb60ed426347614dfbdcbe4dcd6ed5bae8b7968a (patch)
treeb2c343493fd99868696e5f2e3ba2e14997803261
parent4117bf6b12b2de928ca19e9638376f75f7be6d7e (diff)
downloadriscv-tests-eb60ed426347614dfbdcbe4dcd6ed5bae8b7968a.zip
riscv-tests-eb60ed426347614dfbdcbe4dcd6ed5bae8b7968a.tar.gz
riscv-tests-eb60ed426347614dfbdcbe4dcd6ed5bae8b7968a.tar.bz2
Re-enable debug testing. (#20)
Manually ran all the steps travis does, and the tests pass.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 86c2d01..d2b088e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -6,7 +6,7 @@ bmarkdir := $(abs_top_src_dir)/benchmarks
isa_src_dir := $(abs_top_src_dir)/isa
debug_src_dir := $(abs_top_src_dir)/debug
-all: benchmarks isa
+all: benchmarks isa debug
install: all
install -d $(instbasedir)/share/riscv-tests/isa