blob: 7b220b49ac361aef2797bf35bab3738b0518d7fe [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="4f069dca1104abc5dad5fd16f2d09b473d743f10"
CROS_WORKON_TREE="09a500194681b376cdd3f71167524bbcd23e978c"
CROS_WORKON_PROJECT="chromiumos/platform/touchpad-tests"
CROS_WORKON_LOCALNAME="../platform/touchpad-tests"
inherit cros-workon cros-constants
DESCRIPTION="Chromium OS multitouch driver regression tests"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
RDEPEND="chromeos-base/gestures
chromeos-base/libevdev
app-misc/utouch-evemu
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}${AUTOTEST_BASE}/client/deps/touchpad-tests" install
}