diff options
author | Andrew Waterman <waterman@cs.berkeley.edu> | 2013-09-21 06:32:12 -0700 |
---|---|---|
committer | Andrew Waterman <waterman@cs.berkeley.edu> | 2013-09-21 06:32:12 -0700 |
commit | 8dd97c2e7af399bc04b9d132bd1f1a4bdbbfec57 (patch) | |
tree | 227332e682571ba104b4b11fc24a75d08f960d27 /isa/Makefile | |
parent | ccc285d2f196a717bb639ef1a9a0a005d7527975 (diff) | |
download | riscv-tests-8dd97c2e7af399bc04b9d132bd1f1a4bdbbfec57.zip riscv-tests-8dd97c2e7af399bc04b9d132bd1f1a4bdbbfec57.tar.gz riscv-tests-8dd97c2e7af399bc04b9d132bd1f1a4bdbbfec57.tar.bz2 |
Re-enable virtual memory tests
Diffstat (limited to 'isa/Makefile')
-rw-r--r-- | isa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isa/Makefile b/isa/Makefile index e81f696..553e692 100644 --- a/isa/Makefile +++ b/isa/Makefile @@ -75,8 +75,8 @@ $(eval $(call compile_template,rv64uv)) $(eval $(call compile_template,rv64si)) $(eval $(call compile_template,rv64sv)) -tests_dump = $(addsuffix .dump, $(tests)) -tests_hex = $(addsuffix .hex, $(tests)) +tests_dump = $(addsuffix .dump, $(spike_tests)) +tests_hex = $(addsuffix .hex, $(spike_tests)) tests_out = $(addsuffix .out, $(spike_tests)) run: $(tests_out) |