blob: 6eaeb96e1fb912d5d6e7cfb9c349b1fb604820c9 [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_PROJECT=(
"chromiumos/platform/tast-tests"
"chromiumos/platform/tast"
)
CROS_WORKON_LOCALNAME=(
"tast-tests"
"tast"
)
CROS_WORKON_DESTDIR=(
"${S}"
"${S}/tast-base"
)
# TODO(derat): Delete this hack after https://crbug.com/812032 is addressed.
CROS_GO_WORKSPACE="${S}:${S}/tast-base"
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=""