mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
16 lines
374 B
Makefile
16 lines
374 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/shell/select
|
|
|
|
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
|
|
|
|
.include <bsd.test.mk>
|