mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
12 lines
226 B
Makefile
12 lines
226 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/basic/t3
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
${PACKAGE}FILES+= expected.status.1
|
|
${PACKAGE}FILES+= expected.stderr.1
|
|
${PACKAGE}FILES+= expected.stdout.1
|
|
|
|
.include <bsd.test.mk>
|