blob: 804d3ee9145fc2c2dbc6e06f6ac594ba59f5b6c4 [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="3636b51b40ff086f8dc234ea0b99e126675cee17"
CROS_WORKON_TREE="9b8032fb8f537229b7a808646f7ac05f5cdf1a55"
CROS_WORKON_PROJECT="chromiumos/platform/tast"
CROS_WORKON_LOCALNAME="tast"
CROS_GO_BINARIES=(
"chromiumos/cmd/remote_test_runner"
"chromiumos/cmd/tast"
)
CROS_GO_TEST=(
"chromiumos/cmd/tast/..."
)
inherit cros-go cros-workon
DESCRIPTION="Host executables 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="
app-arch/xz-utils
chromeos-base/google-breakpad
net-misc/gsutil
"