summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-02 21:04:47 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-02 21:04:47 +0100
commit430dc5d360166ca5bb6a73f2c87ae53e09282ecb (patch)
tree476135bdc6d06c93ae3ab9baa27e50d35c2a7796 /src/Makefile
parent8889a5c305e69aa49fd08036e624e365097a5b7b (diff)
patch 8.0.1253: still too many old style testsv8.0.1253
Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2272)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index 92589560d1..e55e830ef5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2103,13 +2103,13 @@ test1 \
test_listchars \
test_search_mbyte \
test_wordcount \
- test3 test11 test12 test14 test15 test17 \
+ test3 test11 test14 test15 test17 \
test29 test30 test36 test37 test39 \
- test40 test42 test44 test45 test48 test49 \
+ test42 test44 test48 test49 \
test50 test52 test55 test59 \
test64 test68 test69 \
- test70 test72 test73 test77 \
- test83 test85 test86 test87 test88 \
+ test70 test72 test73 \
+ test85 test86 test87 test88 \
test94 test95 test99 test108:
cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)