From 28b238225ae618f63cfe5d3d723120960a941da7 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 27 Jun 2017 18:29:17 +0200 Subject: patch 8.0.0684: old style tests are not nice Problem: Old style tests are not nice. Solution: Turn two tests into new style. (pschuh, closes #1797) --- src/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 10049df291..2df82ecedc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2089,8 +2089,8 @@ test1 \ test50 test51 test52 test53 test54 test55 test56 test57 test59 \ test60 test64 test66 test67 test68 test69 \ test70 test72 test73 test74 test75 test77 test78 test79 \ - test80 test82 test83 test84 test85 test86 test87 test88 \ - test90 test91 test94 test95 test97 test98 test99 \ + test80 test83 test84 test85 test86 test87 test88 \ + test91 test94 test95 test97 test98 test99 \ test100 test101 test103 test104 test107 test108: cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE) @@ -2207,6 +2207,7 @@ test_arglist \ test_search \ test_searchpos \ test_set \ + test_sha256 \ test_signs \ test_smartindent \ test_sort \ @@ -2233,6 +2234,7 @@ test_arglist \ test_unlet \ test_usercommands \ test_utf8 \ + test_utf8_comparisons \ test_viminfo \ test_vimscript \ test_visual \ -- cgit v1.2.3