summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-11-07 03:26:06 +0100
committerBram Moolenaar <Bram@vim.org>2013-11-07 03:26:06 +0100
commitc1c023ecfc19bc4ef3e24a43cbee3f4f54f5706b (patch)
treed790f402e89b2380d21703ae3dd5cdf422e9c4af /src/Makefile
parentaa88732efd21347587b8b8ce0f37a4042e668f42 (diff)
updated for version 7.4.075v7.4.075
Problem: Locally setting 'undolevels' is not tested. Solution: Add a test. (Christian Brabandt)
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 c83037869b..bceb65c8e5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1882,7 +1882,8 @@ test1 test2 test3 test4 test5 test6 test7 test8 test9 \
test60 test61 test62 test63 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 test96 test97 test98 test99:
+ test90 test91 test92 test93 test94 test95 test96 test97 test98 test99 \
+ test100 test101 test102 test103 test104 test105 test106 test107:
cd testdir; rm $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTARGET)
testclean: