diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2016-06-15 19:36:56 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2016-06-20 09:17:38 +1000 |
commit | 9bb0cfd8785294a735407c862d7b59621a4ec98d (patch) | |
tree | 7d7da84c8e73b761f7d6be09a6ac18fbda93edaa /test/Makefile.am | |
parent | 5f55d717744e37216d3c1ac5741e0f4d9154e2de (diff) | |
download | libinput-9bb0cfd8785294a735407c862d7b59621a4ec98d.tar.gz |
test: add an apple magicmouse device
This device has a touchpad on the mouse but it's labeled as mouse. For litest
we only label it as LITEST_MOUSE feature and test the touchpad directly on the
device.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 1ea38158..681b9065 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -17,6 +17,7 @@ liblitest_la_SOURCES = \ litest-device-alps-dualpoint.c \ litest-device-anker-mouse-kbd.c \ litest-device-apple-internal-keyboard.c \ + litest-device-apple-magicmouse.c \ litest-device-asus-rog-gladius.c \ litest-device-atmel-hover.c \ litest-device-bcm5974.c \ |