X-Git-Url: https://git.libre-soc.org/?p=riscv-tests.git;a=blobdiff_plain;f=isa%2FMakefile;h=7f22c535ddbf6a3beda9c20f20caa09ec54f7f3b;hp=89c2ef9e25c5f920748a9c9bdae71dd5e51cd7f9;hb=3f1859129af6d26a3357cc1120c75e89d2aa8aaf;hpb=a83e3b9243e57a50de283fc07d5b6c81c0443b3d diff --git a/isa/Makefile b/isa/Makefile index 89c2ef9..7f22c53 100644 --- a/isa/Makefile +++ b/isa/Makefile @@ -92,8 +92,6 @@ tests_out = $(addsuffix .out, $(spike_tests)) tests32_out = $(addsuffix .out32, $(spike32_tests)) run: $(tests_out) $(tests32_out) - echo; perl -ne 'print " [$$1] $$ARGV \t$$2\n" if /\*{3}(.{8})\*{3}(.*)/' \ - $(tests_out) $(tests32_out); echo; junk += $(tests) $(tests_dump) $(tests_hex) $(tests_out) $(tests32_out)