summary refs log tree commit diff
path: root/bin/1sh/tests/parameters/Makefile
blob: 71ba052513a1112dd1c847ad722b453d4d1d7fbe (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.1/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>