mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
28 lines
664 B
Makefile
28 lines
664 B
Makefile
|
|
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+= ifs1.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>
|