]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - bin/sh/tests/expansion/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / bin / sh / tests / expansion / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 FILESDIR=       ${TESTSBASE}/bin/sh/expansion
6 KYUAFILE=       no
7
8 FILES=          arith1.0
9 FILES+=         arith2.0
10 FILES+=         arith3.0
11 FILES+=         arith4.0
12 FILES+=         arith5.0
13 FILES+=         arith6.0
14 FILES+=         arith7.0
15 FILES+=         arith8.0
16 FILES+=         arith9.0
17 FILES+=         arith10.0
18 FILES+=         arith11.0
19 FILES+=         arith12.0
20 FILES+=         arith13.0
21 FILES+=         assign1.0
22 FILES+=         cmdsubst1.0
23 FILES+=         cmdsubst2.0
24 FILES+=         cmdsubst3.0
25 FILES+=         cmdsubst4.0
26 FILES+=         cmdsubst5.0
27 FILES+=         cmdsubst6.0
28 FILES+=         cmdsubst7.0
29 FILES+=         cmdsubst8.0
30 FILES+=         cmdsubst9.0
31 FILES+=         cmdsubst10.0
32 FILES+=         cmdsubst11.0
33 FILES+=         cmdsubst12.0
34 FILES+=         cmdsubst13.0
35 FILES+=         cmdsubst14.0
36 FILES+=         cmdsubst15.0
37 FILES+=         cmdsubst16.0
38 FILES+=         cmdsubst17.0
39 FILES+=         export1.0
40 FILES+=         export2.0
41 FILES+=         export3.0
42 FILES+=         heredoc1.0
43 FILES+=         heredoc2.0
44 FILES+=         ifs1.0
45 FILES+=         ifs2.0
46 FILES+=         ifs3.0
47 FILES+=         ifs4.0
48 FILES+=         length1.0
49 FILES+=         length2.0
50 FILES+=         length3.0
51 FILES+=         length4.0
52 FILES+=         length5.0
53 FILES+=         length6.0
54 FILES+=         length7.0
55 FILES+=         length8.0
56 FILES+=         local1.0
57 FILES+=         local2.0
58 FILES+=         pathname1.0
59 FILES+=         pathname2.0
60 FILES+=         pathname3.0
61 FILES+=         pathname4.0
62 FILES+=         plus-minus1.0
63 FILES+=         plus-minus2.0
64 FILES+=         plus-minus3.0
65 FILES+=         plus-minus4.0
66 FILES+=         plus-minus5.0
67 FILES+=         plus-minus6.0
68 FILES+=         plus-minus7.0
69 FILES+=         plus-minus8.0
70 FILES+=         question1.0
71 FILES+=         readonly1.0
72 FILES+=         redir1.0
73 FILES+=         set-u1.0
74 FILES+=         set-u2.0
75 FILES+=         set-u3.0
76 FILES+=         tilde1.0
77 FILES+=         tilde2.0
78 FILES+=         trim1.0
79 FILES+=         trim2.0
80 FILES+=         trim3.0
81 FILES+=         trim4.0
82 FILES+=         trim5.0
83 FILES+=         trim6.0
84 FILES+=         trim7.0
85 FILES+=         trim8.0
86
87 .include <bsd.test.mk>