sys-cluster/cilium-cli: fix tests

Closes: https://bugs.gentoo.org/863701
Signed-off-by: William Hubbs <williamh@gentoo.org>
This commit is contained in:
William Hubbs
2022-08-05 13:00:10 -05:00
parent 01b63379a9
commit 2b1dfdd408

View File

@@ -16,6 +16,10 @@ src_compile() {
emake VERSION=v${PV}
}
src_test() {
emake test
}
src_install() {
dobin cilium
}