summary refs log tree commit diff
path: root/bin/cash/tests/parameters/Makefile
blob: b5d5edab9172583e1f21ddf1ee2665be95a9229d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $FreeBSD: releng/12.0/bin/sh/tests/parameters/Makefile 306843 2016-10-08 13:40:12Z jilles $

PACKAGE=	tests

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

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

${PACKAGE}FILES+=	env1.0
${PACKAGE}FILES+=	exitstatus1.0
${PACKAGE}FILES+=	ifs1.0
${PACKAGE}FILES+=	mail1.0
${PACKAGE}FILES+=	mail2.0
${PACKAGE}FILES+=	optind1.0
${PACKAGE}FILES+=	optind2.0
${PACKAGE}FILES+=	positional1.0
${PACKAGE}FILES+=	positional2.0
${PACKAGE}FILES+=	positional3.0
${PACKAGE}FILES+=	positional4.0
${PACKAGE}FILES+=	positional5.0
${PACKAGE}FILES+=	positional6.0
${PACKAGE}FILES+=	positional7.0
${PACKAGE}FILES+=	positional8.0
${PACKAGE}FILES+=	positional9.0
${PACKAGE}FILES+=	pwd1.0
${PACKAGE}FILES+=	pwd2.0

.include <bsd.test.mk>