blob: db1a7532155d0462b07db0493b97d0c7b1eb18f6 [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="998e782331dcc41356b88dd34503cc5e912fd9eb"
CROS_WORKON_TREE="55846be0f1f50836c7220967705ca8d0bfa5b0d1"
CROS_WORKON_INCREMENTAL_BUILD=1
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_OUTOFTREE_BUILD=1
PLATFORM_SUBDIR="fides"
inherit cros-workon libchrome platform
DESCRIPTION="Device Configuration Management Services"
HOMEPAGE="http://www.chromium.org/"
LICENSE="BSD-Google"
SLOT=0
KEYWORDS="*"
DEPEND="
test? ( dev-cpp/gtest )
"
platform_pkg_test() {
local tests=(
fides_testrunner
)
local test_bin
for test_bin in "${tests[@]}"; do
platform_test "run" "${OUT}/${test_bin}"
done
}