sys-libs/fortify-headers: wire up tests

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-10-24 01:10:03 +01:00
parent 36c2fbdab6
commit 08cc8fe873

View File

@@ -3,6 +3,8 @@
EAPI=8
inherit toolchain-funcs
DESCRIPTION="Standalone implementation of fortify source"
HOMEPAGE="https://github.com/jvoisin/fortify-headers"
@@ -30,6 +32,10 @@ src_compile() {
:;
}
src_test() {
emake -C tests CC="$(tc-getCC)"
}
src_install() {
export DESTDIR="${ED}"
default