blob: 263f11fb912be74de6b9e4489773bbf9756ff6d7 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT=("deca730a205a9dd872738487f5f4aa7de336f8a4" "b9fbd9686b67ecd81321226ef3a507fd849bfc42")
CROS_WORKON_TREE=("a4299ea6e15e4bbb699457686e21ae068885be35" "c4b8f598642d7e2c7d13847f7fe84073b6063de0")
CROS_WORKON_PROJECT=(
"chromiumos/platform/tast-tests"
"chromiumos/platform/tast"
)
CROS_WORKON_LOCALNAME=(
"platform/tast-tests"
"platform/tast"
)
CROS_WORKON_DESTDIR=(
"${S}"
"${S}/tast-base"
)
CROS_GO_WORKSPACE=(
"${CROS_WORKON_DESTDIR[@]}"
)
CROS_GO_TEST=(
# Also test support packages that live above local/bundles/.
"chromiumos/tast/..."
)
CROS_GO_VET=(
"${CROS_GO_TEST[@]}"
)
inherit cros-workon tast-bundle
DESCRIPTION="Bundle of local integration tests for Chrome OS"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/tast-tests/"
LICENSE="Apache-2.0 BSD-Google"
SLOT="0/0"
KEYWORDS="*"
IUSE="arc chromeless_tty chromeless_tests kernel-3_8 kernel-3_10 kernel-3_14"
# Build-time dependencies should be added to tast-build-deps, not here.
DEPEND="chromeos-base/tast-build-deps:="
RDEPEND="
chromeos-base/policy-testserver
chromeos-base/tast-local-helpers-cros
chromeos-base/wprgo
!chromeless_tty? (
!chromeless_tests? (
chromeos-base/drm-tests
)
)
dev-libs/openssl:0=
arc? (
chromeos-base/tast-local-apks-cros
dev-util/android-tools
dev-util/android-uiautomator-server
)
net-misc/curl
sys-apps/memtester
sys-apps/rootdev
virtual/udev
!kernel-3_14? (
!kernel-3_10? (
!kernel-3_8? (
chromeos-base/virtual-usb-printer
)
)
)
"