comparison src/testdir/Makefile @ 28879:73d490493dc6 v8.2.4962

patch 8.2.4962: files show up in git status Commit: https://github.com/vim/vim/commit/5a8fad32ea9c075f045b37d6c7739891d458f82b Author: shane.xb.qian <shane.qian@foxmail.com> Date: Mon May 16 11:14:09 2022 +0100 patch 8.2.4962: files show up in git status Problem: Files show up in git status. Solution: Adjust the list of ignored files. Clean up more test files. (Shane xb Qian, closes #9929)
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 May 2022 12:15:04 +0200
parents 4f4960861583
children 4a7650a894d4
comparison
equal deleted inserted replaced
28878:3e05c671c2fa 28879:73d490493dc6
16 16
17 # Uncomment this line to use valgrind for memory leaks and extra warnings. 17 # Uncomment this line to use valgrind for memory leaks and extra warnings.
18 # The output goes into a file "valgrind.testN" 18 # The output goes into a file "valgrind.testN"
19 # Vim should be compiled with EXITFREE to avoid false warnings. 19 # Vim should be compiled with EXITFREE to avoid false warnings.
20 # This will make testing about 10 times as slow. 20 # This will make testing about 10 times as slow.
21 # VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=25 --log-file=valgrind.$* 21 # VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=35 --log-file=valgrind.$*
22 22
23 default: nongui 23 default: nongui
24 24
25 # The list of tests is common to all systems. 25 # The list of tests is common to all systems.
26 # This defines SCRIPTS_TINY_OUT, NEW_TESTS and NEW_TESTS_RES. 26 # This defines SCRIPTS_TINY_OUT, NEW_TESTS and NEW_TESTS_RES.
84 # Delete files that may interfere with running tests. This includes some files 84 # Delete files that may interfere with running tests. This includes some files
85 # that may result from working on the tests, not only from running them. 85 # that may result from working on the tests, not only from running them.
86 clean: 86 clean:
87 -rm -rf *.out *.failed *.res *.rej *.orig XfakeHOME Xdir1 Xfind 87 -rm -rf *.out *.failed *.res *.rej *.orig XfakeHOME Xdir1 Xfind
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 -f $(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 nolog: 93 nolog:
94 -rm -f test.log test_result.log messages 94 -rm -f test.log test_result.log messages