blob: d196dab1fe5f0ded07542dda7af841d6025e3694 [file] [log] [blame]
# Copyright 2013 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
CROS_WORKON_COMMIT="80639bc303f6687ad824a1828f6e7a30af0cd62b"
CROS_WORKON_TREE="765abfbc0f47a72fd849fda5d38a86cb0631f7e1"
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"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/touchpad-tests"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
RDEPEND="chromeos-base/gestures
chromeos-base/libevdev:=
app-misc/utouch-evemu
x11-base/xorg-proto"
DEPEND=${RDEPEND}
src_install() {
# install to autotest deps directory for dependency
emake DESTDIR="${D}${AUTOTEST_BASE}/client/deps/touchpad-tests" install
}