a80e2edd75
This already works correctly.
17 lines
290 B
Makefile
17 lines
290 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T}
|
|
|
|
.PATH: ${.CURDIR:H}
|
|
ATF_TESTS_SH= functional_test
|
|
|
|
${PACKAGE}FILES+= sh-ac1.0
|
|
${PACKAGE}FILES+= sh-c-missing1.0
|
|
${PACKAGE}FILES+= sh-c1.0
|
|
${PACKAGE}FILES+= sh-ca1.0
|
|
${PACKAGE}FILES+= sh-fca1.0
|
|
|
|
.include <bsd.test.mk>
|