Clean up benchmarks build
[riscv-tests.git] / isa / Makefile
index 89c2ef9e25c5f920748a9c9bdae71dd5e51cd7f9..7f22c535ddbf6a3beda9c20f20caa09ec54f7f3b 100644 (file)
@@ -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)