mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 07:12:52 -04:00
14 lines
291 B
Makefile
14 lines
291 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes/basic
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
${PACKAGE}FILES= Makefile.test
|
|
${PACKAGE}FILES+= TEST1.a
|
|
${PACKAGE}FILES+= expected.status.1
|
|
${PACKAGE}FILES+= expected.stderr.1
|
|
${PACKAGE}FILES+= expected.stdout.1
|
|
|
|
.include <bsd.test.mk>
|