blob: 22fb7b9140adbf266f6bc3e407a050e83f8e5f89 [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="5bc9c4ab0fca8b9fcee073ecfca39aa9f90ea9f1"
CROS_WORKON_TREE="29bfeb279d10cc7bf3095251bc2e5bd3da581130"
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/..."
)
CROS_GO_VET=(
"${CROS_GO_TEST[@]}"
)
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/cmp
dev-go/crypto
dev-go/golint
dev-go/subcommands
dev-go/yaml
"
RDEPEND="
app-arch/tar
app-arch/xz-utils
chromeos-base/google-breakpad
net-misc/gsutil
!chromeos-base/tast-common
"