mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
17 lines
394 B
Makefile
17 lines
394 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/shell/path
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
${PACKAGE}FILES+= Makefile.test
|
|
${PACKAGE}FILES+= expected.status.1
|
|
${PACKAGE}FILES+= expected.status.2
|
|
${PACKAGE}FILES+= expected.stderr.1
|
|
${PACKAGE}FILES+= expected.stderr.2
|
|
${PACKAGE}FILES+= expected.stdout.1
|
|
${PACKAGE}FILES+= expected.stdout.2
|
|
${PACKAGE}FILES+= sh
|
|
|
|
.include <bsd.test.mk>
|