comparison src/testdir/Make_ming.mak @ 7354:81dc9e30aad6 v7.4.982

commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 28 16:01:26 2015 +0100 patch 7.4.982 Problem: Keeping the list of tests updated is a hassle. Solution: Move the list to a separate file, so that it only needs to be udpated in one place.
author Christian Brabandt <cb@256bit.org>
date Mon, 28 Dec 2015 16:15:05 +0100
parents 5ac8ee7bf4ff
children f0eb9aa9eb32
comparison
equal deleted inserted replaced
7353:b3207349d704 7354:81dc9e30aad6
22 DIRSLASH = \\ 22 DIRSLASH = \\
23 endif 23 endif
24 24
25 VIMPROG = ..$(DIRSLASH)vim 25 VIMPROG = ..$(DIRSLASH)vim
26 26
27 include Make_all.mak
28
27 # Omitted: 29 # Omitted:
28 # test2 "\\tmp" doesn't work. 30 # test2 "\\tmp" doesn't work.
29 # test10 'errorformat' is different 31 # test10 'errorformat' is different
30 # test12 can't unlink a swap file 32 # test12 can't unlink a swap file
31 # test25 uses symbolic link 33 # test25 uses symbolic link
32 # test27 can't edit file with "*" in file name 34 # test27 can't edit file with "*" in file name
33 # test97 \{ and \$ are not escaped characters. 35 # test54 doesn't work yet
36 # test97 \{ and \$ are not escaped characters
34 37
35 SCRIPTS16 = test1.out test19.out test20.out test22.out \ 38 SCRIPTS = $(SCRIPTS_ALL) $(SCRIPTS_MORE1) $(SCRIPTS_MORE4) $(SCRIPTS_WIN32)
36 test23.out test24.out test28.out test29.out \
37 test35.out test36.out test43.out \
38 test44.out test45.out test46.out test47.out \
39 test48.out test51.out test53.out \
40 test55.out test56.out test57.out test58.out test59.out \
41 test60.out test61.out test62.out test63.out test64.out
42
43 # Had to remove test54 which doesn't work yet.
44 # test54.out
45
46 SCRIPTS = test3.out test4.out test5.out test6.out test7.out \
47 test8.out test9.out test11.out test13.out test14.out \
48 test15.out test17.out test18.out test21.out test26.out \
49 test30.out test31.out test32.out test33.out test34.out \
50 test37.out test38.out test39.out test40.out test41.out \
51 test42.out test52.out test65.out test66.out test67.out \
52 test68.out test69.out test71.out test72.out test73.out \
53 test74.out test75.out test76.out test77.out test78.out \
54 test79.out test80.out test81.out test82.out test83.out \
55 test84.out test85.out test86.out test87.out test88.out \
56 test89.out test90.out test91.out test92.out test93.out \
57 test94.out test95.out test96.out test98.out test99.out \
58 test101.out test102.out test103.out test104.out \
59 test105.out test106.out test107.out \
60 test_argument_0count.out \
61 test_argument_count.out \
62 test_autocmd_option.out \
63 test_autoformat_join.out \
64 test_breakindent.out \
65 test_changelist.out \
66 test_charsearch.out \
67 test_close_count.out \
68 test_command_count.out \
69 test_comparators.out \
70 test_erasebackword.out \
71 test_eval.out \
72 test_fixeol.out \
73 test_increment.out \
74 test_insertcount.out \
75 test_listchars.out \
76 test_listlbr.out \
77 test_listlbr_utf8.out \
78 test_mapping.out \
79 test_marks.out \
80 test_match_conceal.out \
81 test_nested_function.out \
82 test_options.out \
83 test_perl.out \
84 test_qf_title.out \
85 test_ruby.out \
86 test_search_mbyte.out \
87 test_set.out \
88 test_signs.out \
89 test_tagcase.out \
90 test_textobjects.out \
91 test_utf8.out \
92 test_writefile.out
93
94 SCRIPTS32 = test50.out test70.out
95
96 SCRIPTS_GUI = test16.out
97 39
98 SCRIPTS_BENCH = bench_re_freeze.out 40 SCRIPTS_BENCH = bench_re_freeze.out
99 41
100 .SUFFIXES: .in .out 42 .SUFFIXES: .in .out
101 43
102 vimall: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS_GUI) $(SCRIPTS32) 44 vimall: fixff $(SCRIPTS) $(SCRIPTS_GUI) $(SCRIPTS_WIN32)
103 echo ALL DONE 45 echo ALL DONE
104 46
105 nongui: fixff $(SCRIPTS16) $(SCRIPTS) 47 nongui: fixff $(SCRIPTS)
106 echo ALL DONE 48 echo ALL DONE
107 49
108 benchmark: $(SCRIPTS_BENCH) 50 benchmark: $(SCRIPTS_BENCH)
109 51
110 small: 52 small:
111 echo ALL DONE 53 echo ALL DONE
112 54
113 gui: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS_GUI) 55 gui: fixff $(SCRIPTS) $(SCRIPTS_GUI)
114 echo ALL DONE 56 echo ALL DONE
115 57
116 win32: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32) 58 win32: fixff $(SCRIPTS) $(SCRIPTS_WIN32)
117 echo ALL DONE 59 echo ALL DONE
118 60
119 fixff: 61 fixff:
120 -$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok 62 -$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok
121 -$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=unix|upd" +q \ 63 -$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=unix|upd" +q \