]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parameters/Makefile
shell_cmds-198.tar.gz
[apple/shell_cmds.git] / sh / tests / parameters / 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= env1.0
11 FILES+= exitstatus1.0
12 FILES+= mail1.0
13 FILES+= mail2.0
14 FILES+= optind1.0
15 FILES+= optind2.0
16 FILES+= positional1.0
17 FILES+= positional2.0
18 FILES+= positional3.0
19 FILES+= positional4.0
20 FILES+= positional5.0
21 FILES+= positional6.0
22 FILES+= positional7.0
23 FILES+= pwd1.0
24 FILES+= pwd2.0
25
26 .include <bsd.test.mk>