]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/expansion/Makefile
shell_cmds-198.tar.gz
[apple/shell_cmds.git] / 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+= arith14.0
24 FILES+= assign1.0
25 FILES+= cmdsubst1.0
26 FILES+= cmdsubst2.0
27 FILES+= cmdsubst3.0
28 FILES+= cmdsubst4.0
29 FILES+= cmdsubst5.0
30 FILES+= cmdsubst6.0
31 FILES+= cmdsubst7.0
32 FILES+= cmdsubst8.0
33 FILES+= cmdsubst9.0
34 FILES+= cmdsubst10.0
35 FILES+= cmdsubst11.0
36 FILES+= cmdsubst12.0
37 FILES+= cmdsubst13.0
38 FILES+= cmdsubst14.0
39 FILES+= cmdsubst15.0
40 FILES+= cmdsubst16.0
41 FILES+= cmdsubst17.0
42 FILES+= export1.0
43 FILES+= export2.0
44 FILES+= export3.0
45 FILES+= heredoc1.0
46 FILES+= heredoc2.0
47 FILES+= ifs1.0
48 FILES+= ifs2.0
49 FILES+= ifs3.0
50 FILES+= ifs4.0
51 FILES+= ifs5.0
52 FILES+= ifs6.0
53 FILES+= ifs7.0
54 FILES+= length1.0
55 FILES+= length2.0
56 FILES+= length3.0
57 FILES+= length4.0
58 FILES+= length5.0
59 FILES+= length6.0
60 FILES+= length7.0
61 FILES+= length8.0
62 FILES+= local1.0
63 FILES+= local2.0
64 FILES+= pathname1.0
65 FILES+= pathname2.0
66 FILES+= pathname3.0
67 FILES+= pathname4.0
68 FILES+= pathname5.0
69 FILES+= plus-minus1.0
70 FILES+= plus-minus2.0
71 FILES+= plus-minus3.0
72 FILES+= plus-minus4.0
73 FILES+= plus-minus5.0
74 FILES+= plus-minus6.0
75 FILES+= plus-minus7.0
76 FILES+= plus-minus8.0
77 FILES+= question1.0
78 FILES+= readonly1.0
79 FILES+= redir1.0
80 FILES+= set-u1.0
81 FILES+= set-u2.0
82 FILES+= set-u3.0
83 FILES+= tilde1.0
84 FILES+= tilde2.0
85 FILES+= trim1.0
86 FILES+= trim2.0
87 FILES+= trim3.0
88 FILES+= trim4.0
89 FILES+= trim5.0
90 FILES+= trim6.0
91 FILES+= trim7.0
92 FILES+= trim8.0
93
94 .include <bsd.test.mk>