aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2020-03-29 18:07:13 -0700
committerAndrew Waterman <andrew@sifive.com>2020-03-29 18:07:13 -0700
commit19bfdab48c2a6da4a2c67d5779757da7b073811d (patch)
treea83b7a7911ddaf5211366a64f68f04e4169a6ab4 /Makefile.in
parent7351b31ffa1c72e16d2d8da3021c9ff5edbbf821 (diff)
downloadriscv-tests-19bfdab48c2a6da4a2c67d5779757da7b073811d.zip
riscv-tests-19bfdab48c2a6da4a2c67d5779757da7b073811d.tar.gz
riscv-tests-19bfdab48c2a6da4a2c67d5779757da7b073811d.tar.bz2
Add debug-check-fast target for
This isn't appropriate for regression-testing the debug infrastructure, but is useful as a quick sanity check for unrelated CI runs, where we're just trying to make sure integration isn't totally borked.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ea71c6b..f00c8a2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -32,6 +32,10 @@ debug-check:
mkdir -p debug
$(MAKE) -C debug -f $(debug_src_dir)/Makefile src_dir=$(debug_src_dir) XLEN=$(XLEN)
+debug-check-fast:
+ mkdir -p debug
+ $(MAKE) -C debug -f $(debug_src_dir)/Makefile src_dir=$(debug_src_dir) XLEN=$(XLEN) spike$(XLEN)
+
clean:
[ ! -d isa ] || $(MAKE) -C isa -f $(isa_src_dir)/Makefile src_dir=$(isa_src_dir) clean
[ ! -d benchmarks ] || $(MAKE) -C benchmarks -f $(bmarkdir)/Makefile src_dir=$(bmarkdir) clean