]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/sh/tests/parameters/Makefile
MFC r269902,r270101:
[FreeBSD/stable/10.git] / bin / 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+=         positional5.0
20 FILES+=         pwd1.0
21 FILES+=         pwd2.0
22
23 .include <bsd.test.mk>