blob: 159801005f004ec5c8855f5b1f11cfeb97c0f27e [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=("1e8c1b619e1b3cbf01f8f004dad2993a779354a5" "1960f3a7554a295dbcaf27ad0155368d89d2b457")
CROS_WORKON_TREE=("6047e305c207d04337922c9d82210e6b0e3a9d54" "5433a8559bad4f0bd30d6177ec63b22ea4184c6c")
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=""