From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6AEEF138334 for ; Thu, 9 Aug 2018 02:10:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36883E08F1; Thu, 9 Aug 2018 02:10:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05608E08F1 for ; Thu, 9 Aug 2018 02:10:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAB62335CC6 for ; Wed, 8 Aug 2018 11:01:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E934C375 for ; Wed, 8 Aug 2018 11:01:31 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1533726055.9f15dec8e7ece95df00180e41591f4a41697edc5.nicolasbock@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/kbfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/kbfs/kbfs-9999.ebuild X-VCS-Directories: app-crypt/kbfs/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 9f15dec8e7ece95df00180e41591f4a41697edc5 X-VCS-Branch: master Date: Wed, 8 Aug 2018 11:01:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a5354a96-5026-4932-8110-ab8556cc95e2 X-Archives-Hash: 61d78026b7b86c017146bfb6851f6277 commit: 9f15dec8e7ece95df00180e41591f4a41697edc5 Author: Nicolas Bock gentoo org> AuthorDate: Wed Aug 8 06:30:18 2018 +0000 Commit: Nicolas Bock gentoo org> CommitDate: Wed Aug 8 11:00:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f15dec8 app-crypt/kbfs: Add test to live ebuild Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-crypt/kbfs/kbfs-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-crypt/kbfs/kbfs-9999.ebuild b/app-crypt/kbfs/kbfs-9999.ebuild index 6c648020c5e..c90799ed3f9 100644 --- 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"