summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-01 22:19:47 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-01 22:19:47 +0200
commit19a1669ffc796e30a83c5600f82f12ebf63a2261 (patch)
treeb4631551e0b14b4a3ebe5a549aa44f33a92c1b95 /src/Makefile
parent417ccd7138d4d230d328de8b0d3892dd82ff1bee (diff)
patch 7.4.2305v7.4.2305
Problem: Marks, writefile and nested function tests are old style. Solution: Turn them into new style tests. (Yegappan Lakshmanan)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index 70f717ef3f..f8b8e2d892 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2039,12 +2039,9 @@ test1 \
test_listchars \
test_listlbr \
test_listlbr_utf8 \
- test_marks \
- test_nested_function \
test_search_mbyte \
test_utf8 \
test_wordcount \
- test_writefile \
test2 test3 test4 test5 test6 test7 test8 test9 \
test11 test12 test13 test14 test15 test17 test18 test19 \
test20 test21 test22 test23 test24 test25 test26 test27 test28 test29 \
@@ -2105,11 +2102,13 @@ test_arglist \
test_lispwords \
test_man \
test_mapping \
+ test_marks \
test_match \
test_matchadd_conceal \
test_matchadd_conceal_utf8 \
test_menu \
test_messages \
+ test_nested_function \
test_netbeans \
test_options \
test_packadd \
@@ -2148,6 +2147,7 @@ test_arglist \
test_visual \
test_window_cmd \
test_window_id \
+ test_writefile \
test_alot_latin \
test_alot_utf8 \
test_alot: