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