Skip to content

Commit

Permalink
app-crypt/kbfs: Add test to live ebuild
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
nicolasbock committed Aug 8, 2018
1 parent a48bd78 commit 9f15dec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app-crypt/kbfs/kbfs-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ src_compile() {
golang-build_src_compile
}

src_test() {
EGO_PN="github.com/keybase/kbfs/kbfsfuse" \
golang-build_src_test
}

src_install() {
dobin "${T}/kbfsfuse"
dobin "${T}/git-remote-keybase"
Expand Down

0 comments on commit 9f15dec

Please sign in to comment.