diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-11-05 20:59:28 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-11-05 20:59:28 +0100 |
commit | fb094e14c19337de824d4e6710ca6a2617930ab0 (patch) | |
tree | 4738265336181b11c8f7bb6d5b7f41d92753a208 /src/Makefile | |
parent | 8fdb35a974d92c7d0267bc8988aa6af74ee6885d (diff) | |
download | vim-git-fb094e14c19337de824d4e6710ca6a2617930ab0.tar.gz |
patch 8.0.1271: still too many old style testsv8.0.1271
Problem: Still too many old style tests.
Solution: Convert a few more tests to new style. (Yegappan Lakshmanan,
closes #2290)
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile index 48487aad5..eda355aa6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2094,19 +2094,16 @@ run_message_test: $(MESSAGE_TEST_TARGET) # Run individual OLD style test. # These do not depend on the executable, compile it when needed. test1 \ - test_changelist \ test_close_count \ test_erasebackword \ test_eval \ test_fixeol \ - test_insertcount \ test_listchars \ - test_search_mbyte \ test_wordcount \ test3 test11 test14 test15 test17 \ test29 test30 test36 test37 test39 \ test42 test44 test48 test49 \ - test50 test52 test55 test59 \ + test50 test52 test59 \ test64 test68 test69 \ test70 test72 test73 \ test85 test86 test87 test88 \ @@ -2200,6 +2197,7 @@ test_arglist \ test_let \ test_lineending \ test_lispwords \ + test_listdict \ test_listlbr \ test_listlbr_utf8 \ test_lua \ |