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