comparison src/testdir/Makefile @ 29018:4a7650a894d4 v8.2.5031

patch 8.2.5031: cannot easily run the benchmarks Commit: https://github.com/vim/vim/commit/76381a5b4f3f6de1df33a8ab3e1f7db2e1764af6 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 27 20:13:28 2022 +0100 patch 8.2.5031: cannot easily run the benchmarks Problem: Cannot easily run the benchmarks. Solution: Have "make benchmark" in the src directory work.
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 May 2022 21:15:02 +0200
parents 73d490493dc6
children d8a962d7b008
comparison
equal deleted inserted replaced
29017:22374b9026cf 29018:4a7650a894d4
88 -rm -f opt_test.vim test.log test_result.log messages 88 -rm -f opt_test.vim test.log test_result.log messages
89 -rm -rf $(RM_ON_RUN) $(RM_ON_START) 89 -rm -rf $(RM_ON_RUN) $(RM_ON_START)
90 -rm -f valgrind.* 90 -rm -f valgrind.*
91 -rm -f asan.* 91 -rm -f asan.*
92 92
93 # Delete the files produced by benchmarking, so they can run again.
94 benchmarkclean:
95 rm -f $(SCRIPTS_BENCH)
96
93 nolog: 97 nolog:
94 -rm -f test.log test_result.log messages 98 -rm -f test.log test_result.log messages
95 99
96 100
97 # Tiny tests. Works even without the +eval feature. 101 # Tiny tests. Works even without the +eval feature.