sys-fs/e2fsprogs: run tests for non-native ABI in new merged -libs ebuild

Bug: https://bugs.gentoo.org/806875
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-10-31 01:25:49 +00:00
parent f93bf60f2c
commit 4efd4cbe4c

View File

@@ -129,6 +129,16 @@ multilib_src_compile() {
fi
}
multilib_src_test() {
if multilib_is_native_abi ; then
emake V=1 check
else
# For non-native, there's no binaries to test. Just libraries.
emake -C lib/et V=1 check
emake -C lib/ss V=1 check
fi
}
multilib_src_install() {
if ! multilib_is_native_abi || ! use tools ; then
emake -C lib/et V=1 DESTDIR="${D}" install