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