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