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