blob: 923e64f6aba393718eb375ef3ab0a5316877c1f6 [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="0feb1f1864418393d18029e081d67b2ed8998e61"
CROS_WORKON_TREE="80d5850147c3b9e2d8b58f47a3d1b3c68988dde5"
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"
DEPEND="${RDEPEND}"
src_compile() {
tc-export CC
emake
}
src_install() {
cd build-opt-local
dobin null_platform_test vgem_test swrast_test
}