blob: 37cc575fb97373dacc20e88f6be027d51682f170 [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
CROS_WORKON_COMMIT="ec4ae6c0d54618c01a5e1c78d80c44bc80af6ad6"
CROS_WORKON_TREE="4278e97079c67ddefd0963eb7f6f8382f2aff914"
CROS_WORKON_PROJECT="chromiumos/platform/microbenchmarks"
CROS_WORKON_LOCALNAME="../platform/microbenchmarks"
inherit cros-workon cros-common.mk cros-sanitizers
DESCRIPTION="Home for microbenchmarks designed in-house."
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/microbenchmarks"
LICENSE="BSD-Google"
KEYWORDS="*"
src_configure() {
sanitizers-setup-env
default
}
src_install() {
dobin "${OUT}"/memory-eater/memory-eater
}