blob: c1587c97a4e1923bb9fee210cae60a38039f65bd [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=("0acae128a8af115d0366c4195838b8e5364eda4f" "e758f64dbc3ee76c44bc54615975c7ad2749cbdf")
CROS_WORKON_TREE=("ad5d35bebaaeadae9ae3741285ec8e4b7569f5fe" "c170146c27c93e33e1248920405007823dc375aa")
CROS_WORKON_PROJECT=(
"chromiumos/platform/tast-tests"
"chromiumos/platform/tast"
)
CROS_WORKON_LOCALNAME=(
"tast-tests"
"tast"
)
CROS_WORKON_DESTDIR=(
"${S}"
"${S}/tast-base"
)
CROS_GO_WORKSPACE=(
"${CROS_WORKON_DESTDIR[@]}"
)
CROS_GO_TEST=(
# Also test support packages that live above remote/bundles/.
"chromiumos/tast/remote/..."
)
CROS_GO_VET=(
"${CROS_GO_TEST[@]}"
)
inherit cros-workon tast-bundle
DESCRIPTION="Bundle of remote integration tests for Chrome OS"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/tast-tests/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""