blob: 81aef84f451acee636e1ca166fdb01daf1910fef [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 local/bundles/.
"chromiumos/tast/local/..."
)
inherit cros-workon tast-bundle
DESCRIPTION="Bundle of local integration tests for Chrome OS"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/tast-tests/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
DEPEND="
dev-go/cdp
dev-go/dbus
dev-go/gopsutil
"
RDEPEND="!chromeos-base/tast-local-tests"