Skip to content

Commit

Permalink
dev-go/go-md2man: fix test phase
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/712404
Signed-off-by: William Hubbs <[email protected]>
  • Loading branch information
williamh committed Mar 22, 2020
1 parent 8fa40ed commit 5855ce5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-go/go-md2man/go-md2man-2.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ src_install() {
dobin bin/go-md2man
doman go-md2man.1
}

src_test() {
emake test
}

0 comments on commit 5855ce5

Please sign in to comment.