blob: 275788424c23782fed2e676306d2ecc332597da3 [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="2c1ed3911f61f8d1b267c1844bcaf152ac8b4afa"
CROS_WORKON_TREE="79df76f145d628a5a528240f509e0350f0b25454"
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/..."
)
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"
RDEPEND="
app-arch/tar
!chromeos-base/tast-common
"