blob: ba020330b898a603f3e169d1e7b586efdc0512d3 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
CROS_WORKON_COMMIT="cf6e5a4d8b057a8642ec0342520a94b7ccd5cf45"
CROS_WORKON_TREE="3e8d9d681a1fc0a562c683715c1f09dd73e8b845"
CROS_WORKON_PROJECT="chromiumos/platform/tast"
CROS_WORKON_LOCALNAME="tast"
CROS_GO_BINARIES=(
"chromiumos/cmd/local_test_runner"
)
CROS_GO_TEST=(
"chromiumos/cmd/local_test_runner/..."
# Also test common code.
"chromiumos/tast/..."
)
CROS_GO_VET=(
"${CROS_GO_TEST[@]}"
)
inherit cros-go cros-workon
DESCRIPTION="Runner for local integration tests"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/tast/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
DEPEND="
dev-go/crypto
dev-go/yaml
"
RDEPEND="
app-arch/tar
!chromeos-base/tast-common
"