dev-vcs/hub-2.13: enable go tests

The go tests pass here so enable them.

Signed-off-by: William Hubbs <williamh@gentoo.org>
This commit is contained in:
William Hubbs
2019-11-25 11:24:52 -06:00
parent acd3a56730
commit 6224badc43

View File

@@ -19,9 +19,9 @@ src_compile() {
emake bin/hub man-pages
}
#src_test() {
# ./script/test || die
#}
src_test() {
emake test
}
src_install() {
dobin bin/${PN}