From fb094e14c19337de824d4e6710ca6a2617930ab0 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 5 Nov 2017 20:59:28 +0100 Subject: patch 8.0.1271: still too many old style tests Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2290) --- src/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/Makefile') 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 \ -- cgit v1.2.1