summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-18 22:11:42 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-18 22:11:42 +0200
commit1381d791478ee77c8368b89a3d4954316bf839b5 (patch)
tree9218803853acf5c9fc72eefaa01316789c366dca /src/Makefile
parent339288377072f66ec88e21903e75a82d23ffbf4f (diff)
patch 7.4.2227v7.4.2227
Problem: Tab page tests are old style. Solution: Change into new style tests. (Hirohito Higashi)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 28b4b20fd0..5d895f1367 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2041,7 +2041,7 @@ test1 \
test30 test31 test32 test33 test34 test36 test37 test38 test39 \
test40 test41 test42 test43 test44 test45 test46 test48 test49 \
test50 test51 test52 test53 test54 test55 test56 test57 test58 test59 \
- test60 test62 test64 test65 test66 test67 test68 test69 \
+ test60 test64 test65 test66 test67 test68 test69 \
test70 test71 test72 test73 test74 test75 test76 test77 test78 test79 \
test80 test81 test82 test83 test84 test85 test86 test87 test88 test89 \
test90 test91 test92 test93 test94 test95 test97 test98 test99 \
@@ -2122,6 +2122,7 @@ test_arglist \
test_syn_attr \
test_syntax \
test_tabline \
+ test_tabpage \
test_tagjump \
test_textobjects \
test_timers \