aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorDavid Bürgin <676c7473@gmail.com>2015-04-05 15:44:30 +0200
committerMichael Reed <m.reed@mykolab.com>2015-04-06 01:49:36 -0400
commit0af7c8f62412d6e3ceb6f10169ef5ea3b70868e5 (patch)
treea5d8336fc34b34cfd07de634540039bc1b56b6e0 /src/nvim/testdir/Makefile
parent4657cd53d3cf15ffc504ff1d98ea593337c37e28 (diff)
downloadrneovim-0af7c8f62412d6e3ceb6f10169ef5ea3b70868e5.tar.gz
rneovim-0af7c8f62412d6e3ceb6f10169ef5ea3b70868e5.tar.bz2
rneovim-0af7c8f62412d6e3ceb6f10169ef5ea3b70868e5.zip
legacy tests: Remove legacy tests for Lua (test85) #2357
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index aff22f33dd..c323f10a4f 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -25,7 +25,7 @@ SCRIPTS := test_autoformat_join.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 \
+ test82.out test83.out \
test86.out test87.out test88.out \
test96.out test99.out \
test_listlbr.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 lua.vim test.ok
+RM_ON_START := tiny.vim small.vim mbyte.vim test.ok
RUN_VIM := VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(TOOL) $(VIMPROG) -u unix.vim -U NONE -i viminfo --noplugin -s dotest.in
clean: