2014-03-19 08:32:50 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2016-02-02 19:34:23 -05:00
|
|
|
PACKAGE= tests
|
2016-05-04 19:20:53 -04:00
|
|
|
|
2014-05-14 14:43:13 -04:00
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/shell/replace
|
2014-03-19 08:32:50 -04:00
|
|
|
|
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
|
|
2016-05-04 19:20:53 -04:00
|
|
|
${PACKAGE}FILES+= Makefile.test
|
|
|
|
|
${PACKAGE}FILES+= expected.status.1
|
|
|
|
|
${PACKAGE}FILES+= expected.status.2
|
|
|
|
|
${PACKAGE}FILES+= expected.stderr.1
|
|
|
|
|
${PACKAGE}FILES+= expected.stderr.2
|
|
|
|
|
${PACKAGE}FILES+= expected.stdout.1
|
|
|
|
|
${PACKAGE}FILES+= expected.stdout.2
|
|
|
|
|
${PACKAGE}FILES+= shell
|
2014-03-19 08:32:50 -04:00
|
|
|
|
|
|
|
|
.include <bsd.test.mk>
|