summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-02-12 18:04:41 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-02-12 21:22:01 +1000
commit0dcb02d369fd58b01d2737ae989468d05467ed8b (patch)
treef8b55c0c0dcc2245d5151d6d0d26d382858f8c9a /meson.build
parent5a51add5f368dce6add5da7e021b0112144b55cd (diff)
downloadlibinput-0dcb02d369fd58b01d2737ae989468d05467ed8b.tar.gz
test: add a test case for checking EVDEV_ABS overrides
Problem: it's still not a 100% check because the way real udev handles the EVDEV_ABS overrides ignores any that are set through udev properties only. So we manually have to trigger the keyboard builtin for our test device which can give us false positives (e.g. it wouldn't have detected #424). But still, it'll alert us if the actual overridden values are different to what we expect. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index d32b1ea3..a866217b 100644
--- a/meson.build
+++ b/meson.build
@@ -767,6 +767,7 @@ if get_option('tests')
litest_sources = [
'test/litest.h',
'test/litest-int.h',
+ 'test/litest-device-absinfo-override.c',
'test/litest-device-acer-hawaii-keyboard.c',
'test/litest-device-acer-hawaii-touchpad.c',
'test/litest-device-aiptek-tablet.c',