summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/parameters/Makefile
blob: aa1462f40f92b1d65d1d929b0c3285c3682034c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

TESTSDIR=	${TESTSBASE}/bin/sh/${.CURDIR:T}

.PATH: ${.CURDIR:H}
ATF_TESTS_SH=	functional_test

FILESDIR=	${TESTSDIR}

FILES=		env1.0
FILES+=		exitstatus1.0
FILES+=		mail1.0
FILES+=		mail2.0
FILES+=		optind1.0
FILES+=		optind2.0
FILES+=		positional1.0
FILES+=		positional2.0
FILES+=		positional3.0
FILES+=		positional5.0
FILES+=		pwd1.0
FILES+=		pwd2.0

.include <bsd.test.mk>
OpenPOWER on IntegriCloud