mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user