mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
16 lines
290 B
Makefile
16 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>
|