blob: 1c45369d7e6de5c714b5759ade13c9fdf12a1e87 [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="5c30194a5e28084469b230775dfa3da0f78bbf52"
CROS_WORKON_TREE="12c6ac0f4a418ccdb44cfc2ac03fe93a94f00225"
CROS_WORKON_PROJECT="chromiumos/platform/tast"
CROS_WORKON_LOCALNAME="tast"
CROS_GO_BINARIES=(
"chromiumos/cmd/remote_test_runner"
"chromiumos/cmd/tast"
)
CROS_GO_VERSION="${PF}"
CROS_GO_TEST=(
"chromiumos/cmd/tast/..."
# Also test common code.
"chromiumos/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="
dev-go/crypto
dev-go/subcommands
"
RDEPEND="
app-arch/tar
app-arch/xz-utils
chromeos-base/google-breakpad
net-misc/gsutil
!chromeos-base/tast-common
"