diff options
| author | David Bürgin <676c7473@gmail.com> | 2015-04-05 15:32:08 +0200 |
|---|---|---|
| committer | Michael Reed <m.reed@mykolab.com> | 2015-04-06 01:48:31 -0400 |
| commit | 4657cd53d3cf15ffc504ff1d98ea593337c37e28 (patch) | |
| tree | 3207f670f1e0e7285a3a71341121b5f8a20747fd /src/nvim/testdir/Makefile | |
| parent | d41322fafb153720d7a5506f5022c46879afb2d1 (diff) | |
| download | rneovim-4657cd53d3cf15ffc504ff1d98ea593337c37e28.tar.gz rneovim-4657cd53d3cf15ffc504ff1d98ea593337c37e28.tar.bz2 rneovim-4657cd53d3cf15ffc504ff1d98ea593337c37e28.zip | |
legacy tests: Remove legacy tests for MzScheme (test70)
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index be76206bfc..aff22f33dd 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -22,7 +22,7 @@ SCRIPTS := test_autoformat_join.out \ test52.out test53.out test55.out \ test57.out test58.out test59.out test60.out \ test61.out test62.out test63.out test64.out test65.out \ - test68.out test69.out test70.out \ + test68.out test69.out \ test71.out test73.out test74.out \ test76.out test78.out test79.out test80.out \ test82.out test83.out test85.out \ @@ -85,7 +85,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 mzscheme.vim lua.vim test.ok +RM_ON_START := tiny.vim small.vim mbyte.vim lua.vim test.ok RUN_VIM := VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(TOOL) $(VIMPROG) -u unix.vim -U NONE -i viminfo --noplugin -s dotest.in clean: |