]>
Commit | Line | Data |
---|---|---|
deb63bfb A |
1 | # $FreeBSD: head/bin/sh/tests/parameters/Makefile 306843 2016-10-08 13:40:12Z jilles $ |
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+= env1.0 |
11 | ${PACKAGE}FILES+= exitstatus1.0 | |
12 | ${PACKAGE}FILES+= ifs1.0 | |
13 | ${PACKAGE}FILES+= mail1.0 | |
14 | ${PACKAGE}FILES+= mail2.0 | |
15 | ${PACKAGE}FILES+= optind1.0 | |
16 | ${PACKAGE}FILES+= optind2.0 | |
17 | ${PACKAGE}FILES+= positional1.0 | |
18 | ${PACKAGE}FILES+= positional2.0 | |
19 | ${PACKAGE}FILES+= positional3.0 | |
20 | ${PACKAGE}FILES+= positional4.0 | |
21 | ${PACKAGE}FILES+= positional5.0 | |
22 | ${PACKAGE}FILES+= positional6.0 | |
23 | ${PACKAGE}FILES+= positional7.0 | |
24 | ${PACKAGE}FILES+= positional8.0 | |
25 | ${PACKAGE}FILES+= positional9.0 | |
26 | ${PACKAGE}FILES+= pwd1.0 | |
27 | ${PACKAGE}FILES+= pwd2.0 | |
71aad674 A |
28 | |
29 | .include <bsd.test.mk> |