From eb60ed426347614dfbdcbe4dcd6ed5bae8b7968a Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Mon, 1 Aug 2016 10:37:03 -0700 Subject: [PATCH] Re-enable debug testing. (#20) Manually ran all the steps travis does, and the tests pass. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2