1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

fstyp tests comes with pre-created EL filesystems,

but fstyp cannot detect EL filesystem on EB machine,
so exclude test files from distribution and skip the
test.

Sponsored by:	DARPA, AFRL
Sponsored by:	HEIF5
This commit is contained in:
Ruslan Bukin 2016-10-18 12:58:17 +00:00
parent fd02931841
commit f2567787aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307559

View File

@ -14,8 +14,9 @@ MAN= fstyp.8
WARNS?= 2
.include <src.opts.mk>
.include <bsd.endian.mk>
.if ${MK_TESTS} != "no"
.if ${MK_TESTS} != "no" && ${TARGET_ENDIANNESS} == 1234
SUBDIR+= tests
.endif