blob: 7c5ecdb395e92c64938f59bde5914d35996230bb [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
CROS_WORKON_COMMIT="8800668d8371705a72281181d6101d63efa08a23"
CROS_WORKON_TREE="6eea3f4efe62ae8528e940968aa6e90db6e63ee2"
CROS_WORKON_PROJECT="chromiumos/platform/tast"
CROS_WORKON_LOCALNAME="tast"
CROS_GO_BINARIES=(
"chromiumos/tast/cmd:tast"
)
CROS_GO_TEST=(
"chromiumos/tast/cmd/..."
)
inherit cros-go cros-workon
DESCRIPTION="Host executable for running integration tests"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/tast/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
DEPEND="
chromeos-base/tast-common
dev-go/subcommands
"
RDEPEND=""