]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/parameters/Makefile
Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed
[FreeBSD/FreeBSD.git] / bin / sh / tests / parameters / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 TESTSDIR=       ${TESTSBASE}/bin/sh/${.CURDIR:T}
6
7 .PATH: ${.CURDIR:H}
8 ATF_TESTS_SH=   functional_test
9
10 ${PACKAGE}FILES+=       env1.0
11 ${PACKAGE}FILES+=       exitstatus1.0
12 ${PACKAGE}FILES+=       mail1.0
13 ${PACKAGE}FILES+=       mail2.0
14 ${PACKAGE}FILES+=       optind1.0
15 ${PACKAGE}FILES+=       optind2.0
16 ${PACKAGE}FILES+=       positional1.0
17 ${PACKAGE}FILES+=       positional2.0
18 ${PACKAGE}FILES+=       positional3.0
19 ${PACKAGE}FILES+=       positional4.0
20 ${PACKAGE}FILES+=       positional5.0
21 ${PACKAGE}FILES+=       positional6.0
22 ${PACKAGE}FILES+=       positional7.0
23 ${PACKAGE}FILES+=       positional8.0
24 ${PACKAGE}FILES+=       positional9.0
25 ${PACKAGE}FILES+=       pwd1.0
26 ${PACKAGE}FILES+=       pwd2.0
27
28 .include <bsd.test.mk>