blob: 455d4538fc63bb3f6a9cb1933726435054a764b7 [file] [log] [blame]
# Copyright 2017 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"
CROS_WORKON_LOCALNAME="tast"
CROS_GO_BINARIES=(
"chromiumos/tast/local:local_tests"
)
CROS_GO_TEST=(
"chromiumos/tast/local/..."
)
inherit cros-go cros-workon
DESCRIPTION="Local integration tests"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/tast/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="~*"
IUSE=""
DEPEND="
chromeos-base/tast-common
dev-go/cdp
dev-go/dbus
"
RDEPEND=""