diff options
| author | Michael Ennen <mike.ennen@gmail.com> | 2016-04-19 16:24:03 -0700 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-05-22 15:55:38 -0400 |
| commit | e70cae426cb3ad6b755d76b4aa523f806bacd89b (patch) | |
| tree | dd1566631588e6a236b65573547546d68455fc81 /src/nvim/testdir/Makefile | |
| parent | 39c015bd114aa8e7a2415ba4a610e238de715474 (diff) | |
| download | rneovim-e70cae426cb3ad6b755d76b4aa523f806bacd89b.tar.gz rneovim-e70cae426cb3ad6b755d76b4aa523f806bacd89b.tar.bz2 rneovim-e70cae426cb3ad6b755d76b4aa523f806bacd89b.zip | |
test: Remove references to tiny.vim/small.vim/mbyte.vim
Vim creates these scripts in test1 depending on what build features
are enabled so that tests that use these features are skiped if
necessary. Because Neovim only has one type of build (and the features
+eval, +windows, and +multi-byte are enabled in this build) they are
not necessary.
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 15ba5d15f8..2fba6dd563 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -97,7 +97,7 @@ test1.out: $(VIMPROG) $(SCRIPTS) $(SCRIPTS_GUI): $(VIMPROG) test1.out RM_ON_RUN := test.out X* viminfo -RM_ON_START := tiny.vim small.vim mbyte.vim test.ok +RM_ON_START := test.ok RUN_VIM := VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(TOOL) $(VIMPROG) -u unix.vim -U NONE -i viminfo --noplugin -s dotest.in clean: |