diff options
-rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 03b1bae28f..d1a449c7cc 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -116,6 +116,8 @@ RM_ON_RUN := test.out X* viminfo RM_ON_START := test.ok RUN_VIM := $(TOOL) $(NVIM_PRG) -u unix.vim -U NONE -i viminfo --headless --noplugin -s dotest.in +# Delete files that may interfere with running tests. This includes some files +# that may result from working on the tests, not only from running them. CLEAN_FILES := *.out \ *.failed \ *.res \ |