summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-04-21 12:05:33 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-09-04 11:26:23 +1000
commita3c5f37b28322a22180545b63506522c885c9cac (patch)
treef898b786f09a6952925aff594988a73708f81fd5 /meson.build
parent7a7595e04445aeb45883b6b94d0641d56b3138c3 (diff)
test: rename test-lid.c to test-switch.c
So we can add other switch tests to it without confusing too many people. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ea5ae0b3..02c629e2 100644
--- a/meson.build
+++ b/meson.build
@@ -669,7 +669,7 @@ if get_option('tests')
'test/test-keyboard.c',
'test/test-device.c',
'test/test-gestures.c',
- 'test/test-lid.c'
+ 'test/test-switch.c'
]
def_LT_VERSION = '-DLIBINPUT_LT_VERSION="@0@:@1@:@2@"'.format(libinput_lt_c, libinput_lt_r, libinput_lt_a)
libinput_test_runner = executable('libinput-test-suite-runner',