summaryrefslogtreecommitdiff
path: root/Rules
diff options
context:
space:
mode:
Diffstat (limited to 'Rules')
-rw-r--r--Rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rules b/Rules
index 02cdb4ac78..9ad1d11127 100644
--- a/Rules
+++ b/Rules
@@ -201,6 +201,7 @@ bench: $(binaries-bench)
mv -f $(objpfx)bench.out $(objpfx)bench.out.old; \
fi
for run in $^; do \
+ echo "Running $${run}"; \
eval $(run-bench) >> $(objpfx)bench.out; \
done