blob: 983065c48dff667083eb6c79bbec853a014fb7e6 [file] [log] [blame]
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="48236dd245bb804845d8d7d6309f1769c76cc2e8"
CROS_WORKON_TREE="e1ccefbfeef648c4212cf53a99e488290712a30d"
CROS_WORKON_PROJECT="chromiumos/platform/dev-util"
CROS_WORKON_LOCALNAME=("../platform/dev")
CROS_WORKON_SUBTREE="src/chromiumos/test/execution"
inherit cros-go cros-workon
DESCRIPTION="Test execution server for running tests and capturing results"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/dev-util/+/HEAD/src/chromiumos/test/execution"
LICENSE="BSD-Google"
KEYWORDS="*"
IUSE=""
CROS_GO_WORKSPACE=(
"${S}"
)
CROS_GO_BINARIES=(
"chromiumos/test/execution/cmd/testexecserver"
)
CROS_GO_TEST=(
"chromiumos/test/execution/cmd/testexecserver/..."
)
CROS_GO_VET=(
"${CROS_GO_TEST[@]}"
)
DEPEND="
chromeos-base/tast-cmd:=
chromeos-base/tast-proto
dev-util/lro-server
"
RDEPEND="${DEPEND}"