blob: 412f7e27872a941eaab444ee20ec279985fe87cb [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="4ed69e0c716645ea9217db90bb7a2617d51d5655"
CROS_WORKON_TREE="faf03ccd5ad150f24083c21a0570d32dbffa98f7"
CROS_WORKON_PROJECT="chromiumos/third_party/autotest"
CROS_WORKON_LOCALNAME=../third_party/autotest
CROS_WORKON_SUBDIR=files
inherit cros-workon autotest-deponly
DESCRIPTION="Autotest glmark2 dependency"
HOMEPAGE="https://launchpad.net/glmark2"
SRC_URI=""
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="*"
# Autotest enabled by default.
IUSE="-asan +autotest"
AUTOTEST_DEPS_LIST="glmark2"
# deps/glmark2
RDEPEND="
app-benchmarks/glmark2
"
DEPEND="${RDEPEND}"
src_configure() {
asan-setup-env
cros-workon_src_configure
}