2014-03-16 04:09:22 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2016-01-21 17:49:10 +00:00
|
|
|
PACKAGE= tests
|
|
|
|
|
2014-03-16 04:09:22 +00:00
|
|
|
TAP_TESTS_SH= legacy_test
|
2016-06-26 00:53:31 +00:00
|
|
|
TEST_METADATA.legacy_test+= allowed_architectures="amd64 i386 sparc64"
|
2014-03-16 04:09:22 +00:00
|
|
|
|
2016-05-04 23:20:53 +00:00
|
|
|
${PACKAGE}FILES+= v1-amd64-sav.in
|
|
|
|
${PACKAGE}FILES+= v1-amd64-sav.out
|
|
|
|
${PACKAGE}FILES+= v1-amd64-u.out
|
|
|
|
${PACKAGE}FILES+= v1-amd64-usr.in
|
|
|
|
${PACKAGE}FILES+= v1-amd64-usr.out
|
|
|
|
${PACKAGE}FILES+= v1-i386-sav.in
|
|
|
|
${PACKAGE}FILES+= v1-i386-sav.out
|
|
|
|
${PACKAGE}FILES+= v1-i386-u.out
|
|
|
|
${PACKAGE}FILES+= v1-i386-usr.in
|
|
|
|
${PACKAGE}FILES+= v1-i386-usr.out
|
|
|
|
${PACKAGE}FILES+= v1-sparc64-sav.in
|
|
|
|
${PACKAGE}FILES+= v1-sparc64-sav.out
|
|
|
|
${PACKAGE}FILES+= v1-sparc64-u.out
|
|
|
|
${PACKAGE}FILES+= v1-sparc64-usr.in
|
|
|
|
${PACKAGE}FILES+= v1-sparc64-usr.out
|
|
|
|
${PACKAGE}FILES+= v2-amd64-sav.in
|
|
|
|
${PACKAGE}FILES+= v2-amd64-u.out
|
|
|
|
${PACKAGE}FILES+= v2-amd64-usr.in
|
|
|
|
${PACKAGE}FILES+= v2-i386-sav.in
|
|
|
|
${PACKAGE}FILES+= v2-i386-u.out
|
|
|
|
${PACKAGE}FILES+= v2-i386-usr.in
|
|
|
|
${PACKAGE}FILES+= v2-sparc64-sav.in
|
|
|
|
${PACKAGE}FILES+= v2-sparc64-u.out
|
|
|
|
${PACKAGE}FILES+= v2-sparc64-usr.in
|
2014-03-16 04:09:22 +00:00
|
|
|
|
|
|
|
.include <bsd.test.mk>
|