2101ef6b90
usr.bin/lastcom/tests/Makefile usr.sbin/sa/tests/Makefile Set allow_architectures appropriately. These tests depend on golden files that must be generated for each architecture, and haven't yet been generated for all of them. PR: 210566 PR: 204154 Reviewed by: ngie Approved by: re (gjb) MFC after: 4 weeks Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D6960
22 lines
563 B
Makefile
22 lines
563 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
TEST_METADATA.legacy_test+= allowed_architectures="amd64 i386 sparc64"
|
|
|
|
${PACKAGE}FILES+= v1-amd64-acct.in
|
|
${PACKAGE}FILES+= v1-amd64.out
|
|
${PACKAGE}FILES+= v1-i386-acct.in
|
|
${PACKAGE}FILES+= v1-i386.out
|
|
${PACKAGE}FILES+= v1-sparc64-acct.in
|
|
${PACKAGE}FILES+= v1-sparc64.out
|
|
${PACKAGE}FILES+= v2-amd64-acct.in
|
|
${PACKAGE}FILES+= v2-amd64.out
|
|
${PACKAGE}FILES+= v2-i386-acct.in
|
|
${PACKAGE}FILES+= v2-i386.out
|
|
${PACKAGE}FILES+= v2-sparc64-acct.in
|
|
${PACKAGE}FILES+= v2-sparc64.out
|
|
|
|
.include <bsd.test.mk>
|