blob: 3bda138b7d8ba8b0f4058d7ee6e5a428b8092c8f [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=("8bfdf07d706f14ec38a1f9b40e473a01aa31b734" "e1f4ce3913b4aade5f10e434189e8a1060e05362")
CROS_WORKON_TREE=("c65eb6f675858741a923b382483ad71f417da9cd" "6861134e54b44a4aaa7900e0c7bb578da9545839")
CROS_WORKON_PROJECT=(
"chromiumos/platform/tast"
"chromiumos/platform/tast-tests"
)
CROS_WORKON_LOCALNAME=(
"tast"
"tast-tests"
)
CROS_WORKON_DESTDIR=(
"${S}"
"${S}/tast-tests"
)
# TODO(derat): Delete this hack after https://crbug.com/812032 is addressed.
CROS_GO_WORKSPACE="${S}:${S}/tast-tests"
CROS_GO_TEST=(
# Test support packages that live above remote/bundles/.
"chromiumos/tast/remote/..."
)
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=""