]>
Commit | Line | Data |
---|---|---|
1 | # $FreeBSD: head/bin/sh/tests/invocation/Makefile 322455 2017-08-13 14:36:10Z jilles $ | |
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+= sh-ac1.0 | |
11 | ${PACKAGE}FILES+= sh-c-missing1.0 | |
12 | ${PACKAGE}FILES+= sh-c1.0 | |
13 | ${PACKAGE}FILES+= sh-ca1.0 | |
14 | ${PACKAGE}FILES+= sh-fca1.0 | |
15 | ||
16 | .include <bsd.test.mk> |