blob: 229d4df98401b2197c72242f52885e959b8a0715 [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="388f7bf6253dcc8266ab5557aad0159ed3553ffd"
CROS_WORKON_TREE="55726521578abdb261bd7fc4f14694a1224bdcd5"
CROS_WORKON_PROJECT="chromiumos/platform/dev-util"
CROS_WORKON_LOCALNAME=("../platform/dev")
CROS_WORKON_SUBTREE="src/chromiumos/test/plan"
inherit cros-go cros-workon
DESCRIPTION="A tool to generate ChromeOS CoverageRule protos from SourceTestPlan protos."
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/dev-util/+/HEAD/src/chromiumos/test/plan"
LICENSE="BSD-Google"
KEYWORDS="*"
IUSE=""
CROS_GO_BINARIES=(
"chromiumos/test/plan/cmd/testplan.go"
)
CROS_GO_TEST=(
"chromiumos/test/plan/..."
)
CROS_GO_VET=(
"${CROS_GO_TEST[@]}"
)
CROS_GO_VERSION="${PF}"
DEPEND="
chromeos-base/cros-config-api
dev-go/glog
dev-go/luci-go-common
dev-go/maruel-subcommands
dev-go/protobuf
"
RDEPEND="${DEPEND}"