summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-06-30 21:50:25 +0200
committerBram Moolenaar <Bram@vim.org>2018-06-30 21:50:25 +0200
commit4ff4814b383bc85fbf5d8f62c8022f4379d7a490 (patch)
treec96b94a5bc08b93233ddba5a8cbe7a66ab2f0b4c /src/Makefile
parent1fbfe7c48cb711f5a6deae535b3ec3bfe7952ce9 (diff)
downloadvim-git-4ff4814b383bc85fbf5d8f62c8022f4379d7a490.tar.gz
patch 8.1.0132: lua tests are old stylev8.1.0132
Problem: Lua tests are old style. Solution: Convert to new style tests. Improve coverage. (Dominique Pelle, closes #3091)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index e9a15a0cf..ad9045104 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2119,7 +2119,7 @@ test1 \
test52 test59 \
test64 test69 \
test70 test72 \
- test85 test86 test87 test88 \
+ test86 test87 test88 \
test94 test95 test99 test108:
cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)