summaryrefslogtreecommitdiffstats
path: root/src/testdir/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-05-27 20:13:28 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-27 20:13:28 +0100
commit76381a5b4f3f6de1df33a8ab3e1f7db2e1764af6 (patch)
treeaeacd5b725e9c59b75d02496dd95e31ae937ce07 /src/testdir/Makefile
parente0ff3a7de6030b73d94121626deb8229e66e82b2 (diff)
patch 8.2.5031: cannot easily run the benchmarksv8.2.5031
Problem: Cannot easily run the benchmarks. Solution: Have "make benchmark" in the src directory work.
Diffstat (limited to 'src/testdir/Makefile')
-rw-r--r--src/testdir/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index c54e0604bf..c782da9dfe 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -90,6 +90,10 @@ clean:
-rm -f valgrind.*
-rm -f asan.*
+# Delete the files produced by benchmarking, so they can run again.
+benchmarkclean:
+ rm -f $(SCRIPTS_BENCH)
+
nolog:
-rm -f test.log test_result.log messages