blob: 55deaff97bbc18c0d18ee76a56bf094788e7cbaf [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="987a60f5ae48541c1df1aab8a01560446b712f76"
CROS_WORKON_TREE="3f11a37c03eec9163a79e2ce19fb12eeae59c64b"
CROS_WORKON_PROJECT="chromiumos/platform/drm-tests"
inherit cros-workon toolchain-funcs
DESCRIPTION="Chrome OS DRM Tests"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
IUSE=""
RDEPEND="virtual/opengles
|| ( media-libs/mesa[gbm] media-libs/minigbm )"
DEPEND="${RDEPEND}"
src_compile() {
tc-export CC
emake
}
src_install() {
cd build-opt-local
dobin null_platform_test vgem_test vgem_fb_test swrast_test atomictest gamma_test
}