mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-29 03:10:07 +01:00
test: prefix all test device files with litest-device
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
55435a707f
commit
5c76e6f47f
29 changed files with 28 additions and 28 deletions
|
|
@ -13,34 +13,34 @@ noinst_LTLIBRARIES = liblitest.la
|
|||
liblitest_la_SOURCES = \
|
||||
litest.h \
|
||||
litest-int.h \
|
||||
litest-alps-semi-mt.c \
|
||||
litest-alps-dualpoint.c \
|
||||
litest-atmel-hover.c \
|
||||
litest-bcm5974.c \
|
||||
litest-generic-singletouch.c \
|
||||
litest-keyboard.c \
|
||||
litest-keyboard-razer-blackwidow.c \
|
||||
litest-logitech-trackball.c \
|
||||
litest-nexus4-touch-screen.c \
|
||||
litest-magic-trackpad.c \
|
||||
litest-mouse.c \
|
||||
litest-mouse-roccat.c \
|
||||
litest-mouse-low-dpi.c \
|
||||
litest-ms-surface-cover.c \
|
||||
litest-protocol-a-touch-screen.c \
|
||||
litest-qemu-usb-tablet.c \
|
||||
litest-synaptics.c \
|
||||
litest-synaptics-hover.c \
|
||||
litest-synaptics-st.c \
|
||||
litest-synaptics-t440.c \
|
||||
litest-synaptics-x1-carbon-3rd.c \
|
||||
litest-trackpoint.c \
|
||||
litest-touch-screen.c \
|
||||
litest-wacom-touch.c \
|
||||
litest-wacom-intuos-finger.c \
|
||||
litest-wheel-only.c \
|
||||
litest-xen-virtual-pointer.c \
|
||||
litest-vmware-virtual-usb-mouse.c \
|
||||
litest-device-alps-semi-mt.c \
|
||||
litest-device-alps-dualpoint.c \
|
||||
litest-device-atmel-hover.c \
|
||||
litest-device-bcm5974.c \
|
||||
litest-device-generic-singletouch.c \
|
||||
litest-device-keyboard.c \
|
||||
litest-device-keyboard-razer-blackwidow.c \
|
||||
litest-device-logitech-trackball.c \
|
||||
litest-device-nexus4-touch-screen.c \
|
||||
litest-device-magic-trackpad.c \
|
||||
litest-device-mouse.c \
|
||||
litest-device-mouse-roccat.c \
|
||||
litest-device-mouse-low-dpi.c \
|
||||
litest-device-ms-surface-cover.c \
|
||||
litest-device-protocol-a-touch-screen.c \
|
||||
litest-device-qemu-usb-tablet.c \
|
||||
litest-device-synaptics.c \
|
||||
litest-device-synaptics-hover.c \
|
||||
litest-device-synaptics-st.c \
|
||||
litest-device-synaptics-t440.c \
|
||||
litest-device-synaptics-x1-carbon-3rd.c \
|
||||
litest-device-trackpoint.c \
|
||||
litest-device-touch-screen.c \
|
||||
litest-device-wacom-touch.c \
|
||||
litest-device-wacom-intuos-finger.c \
|
||||
litest-device-wheel-only.c \
|
||||
litest-device-xen-virtual-pointer.c \
|
||||
litest-device-vmware-virtual-usb-mouse.c \
|
||||
litest.c
|
||||
liblitest_la_LIBADD = $(top_builddir)/src/libinput-util.la
|
||||
liblitest_la_CFLAGS = $(AM_CFLAGS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue