test: match the tablet's pad test collection with the file name
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 17 Oct 2024 10:30:08 +0000 (20:30 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 18 Oct 2024 00:49:47 +0000 (10:49 +1000)
This is currently a requirement, so let's match this before we run
into issues here re-structuring stuff.

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1065>

test/test-pad.c

index 4f2f8c4e1d1635505abde8a25037e75881abf526..cd71458f05768a1440bc754724121c19e31e8880 100644 (file)
@@ -1067,7 +1067,7 @@ START_TEST(pad_keys)
 }
 END_TEST
 
-TEST_COLLECTION(tablet_pad)
+TEST_COLLECTION(pad)
 {
        litest_add(pad_cap, LITEST_TABLET_PAD, LITEST_ANY);
        litest_add(pad_no_cap, LITEST_ANY, LITEST_TABLET_PAD);