blob: 843c0efa82f0301d69f2da60202096b1dbd2ebf8 [file] [log] [blame]
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="b4e64e2dbe625b0eb1252dd050f365e3fb5ebaa0"
CROS_WORKON_TREE=("5ce03b99f33d64f242f02a09dcf165bdbad8d7d4" "85827bdf739d21e244a976ce14895ffbc23b2399" "e7dba8c91c1f3257c34d4a7ffff0ea2537aeb6bb")
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_SUBTREE="common-mk diagnostics .gn"
PLATFORM_SUBDIR="diagnostics/testing"
inherit cros-workon platform
DESCRIPTION="Test utility for cros-healthd"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/master/diagnostics"
LICENSE="BSD-Google"
KEYWORDS="*"
IUSE=""
DEPEND="
chromeos-base/diagnostics:=
"
src_install() {
platform_install
}
platform_pkg_test() {
platform test_all
}