blob: 4d5b112dd28a55e7fd446850c7a4500ee35cd4c1 [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="2d148e442ef29b68f520a4a69a504e232ae3dd33"
CROS_WORKON_TREE="4d7b96e5da5e161d997b32470e5bb8d41b9e5702"
CROS_WORKON_PROJECT="chromiumos/platform/touchpad-tests"
CROS_WORKON_LOCALNAME="../platform/touchpad-tests"
inherit cros-workon
DESCRIPTION="Chromium OS multitouch driver regression tests"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
RDEPEND="chromeos-base/gestures
chromeos-base/libevdev
app-misc/utouch-evemu
chromeos-base/xorg-conf
x11-proto/inputproto"
DEPEND=${RDEPEND}
src_prepare() {
cros-workon_src_prepare
}
src_configure() {
cros-workon_src_configure
}
src_compile() {
cros-workon_src_compile
}
src_install() {
# install to autotest deps directory for dependency
emake DESTDIR="${D}/usr/local/autotest/client/deps/touchpad-tests" install
}