projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a48bd78
)
app-crypt/kbfs: Add test to live ebuild
author
Nicolas Bock
<nicolasbock@gentoo.org>
Wed, 8 Aug 2018 06:30:18 +0000
(08:30 +0200)
committer
Nicolas Bock
<nicolasbock@gentoo.org>
Wed, 8 Aug 2018 11:00:55 +0000
(13:00 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-crypt/kbfs/kbfs-9999.ebuild
patch
|
blob
|
history
diff --git
a/app-crypt/kbfs/kbfs-9999.ebuild
b/app-crypt/kbfs/kbfs-9999.ebuild
index 6c648020c5ec6b513825688b89e5fcf561ea36e4..c90799ed3f9447406b448d4bc9bc1cba08f4f7b2 100644
(file)
--- a/
app-crypt/kbfs/kbfs-9999.ebuild
+++ b/
app-crypt/kbfs/kbfs-9999.ebuild
@@
-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"