mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 07:42:26 -04:00
19 lines
493 B
Makefile
19 lines
493 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/variables/modifier_t
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
${PACKAGE}FILES+= Makefile.test
|
|
${PACKAGE}FILES+= expected.status.1
|
|
${PACKAGE}FILES+= expected.status.2
|
|
${PACKAGE}FILES+= expected.status.3
|
|
${PACKAGE}FILES+= expected.stderr.1
|
|
${PACKAGE}FILES+= expected.stderr.2
|
|
${PACKAGE}FILES+= expected.stderr.3
|
|
${PACKAGE}FILES+= expected.stdout.1
|
|
${PACKAGE}FILES+= expected.stdout.2
|
|
${PACKAGE}FILES+= expected.stdout.3
|
|
|
|
.include <bsd.test.mk>
|