diff --git a/meson.build b/meson.build index 3fc49bda..98e31645 100644 --- a/meson.build +++ b/meson.build @@ -730,7 +730,7 @@ if get_option('tests') 'test/litest-device-ms-surface-cover.c', 'test/litest-device-protocol-a-touch-screen.c', 'test/litest-device-qemu-usb-tablet.c', - 'test/litest-device-synaptics.c', + 'test/litest-device-synaptics-x220.c', 'test/litest-device-synaptics-hover.c', 'test/litest-device-synaptics-i2c.c', 'test/litest-device-synaptics-rmi4.c', diff --git a/test/litest-device-synaptics.c b/test/litest-device-synaptics-x220.c similarity index 99% rename from test/litest-device-synaptics.c rename to test/litest-device-synaptics-x220.c index 50ddc44c..c570297b 100644 --- a/test/litest-device-synaptics.c +++ b/test/litest-device-synaptics-x220.c @@ -102,7 +102,7 @@ static struct input_absinfo absinfo[] = { { .value = -1 } }; -TEST_DEVICE("synaptics", +TEST_DEVICE("synaptics-x220", .type = LITEST_SYNAPTICS_CLICKPAD_X220, .features = LITEST_TOUCHPAD | LITEST_CLICKPAD | LITEST_BUTTON, .interface = &interface,