blob: 28c503a1b1e7dad1cd1e92cf4fbefca6c1b32892 (
plain)
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
|
# $FreeBSD$
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+= 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>
|