mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/fortify-headers: wire up tests
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user