summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-12-01 18:47:38 +0100
committerBram Moolenaar <Bram@vim.org>2016-12-01 18:47:38 +0100
commiteca626fcdb73d480660c78b9f84cc043fa561922 (patch)
tree380dfe8335652c8861e0ab3569180db909ce2922 /src/Makefile
parenteebd84eb94ed7f59a06a52cb4863563642f58899 (diff)
patch 8.0.0112v8.0.0112
Problem: Tests 92 and 93 are old style. Solution: Make test92 and test93 new style. (Hirohito Higashi, closes #1289)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 7a6567736b..0945cc9286 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2052,7 +2052,7 @@ test1 \
test60 test64 test65 test66 test67 test68 test69 \
test70 test72 test73 test74 test75 test77 test78 test79 \
test80 test82 test83 test84 test85 test86 test87 test88 test89 \
- test90 test91 test92 test93 test94 test95 test97 test98 test99 \
+ test90 test91 test94 test95 test97 test98 test99 \
test100 test101 test103 test104 test107 test108:
cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
@@ -2118,6 +2118,8 @@ test_arglist \
test_matchadd_conceal_utf8 \
test_menu \
test_messages \
+ test_mksession \
+ test_mksession_utf8 \
test_nested_function \
test_netbeans \
test_normal \