test: match the tablet's pad test collection with the file name

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>
This commit is contained in:
Peter Hutterer 2024-10-17 20:30:08 +10:00
parent 5f744c8928
commit dba296d290

View file

@ -1067,7 +1067,7 @@ START_TEST(pad_keys)
} }
END_TEST END_TEST
TEST_COLLECTION(tablet_pad) TEST_COLLECTION(pad)
{ {
litest_add(pad_cap, LITEST_TABLET_PAD, LITEST_ANY); litest_add(pad_cap, LITEST_TABLET_PAD, LITEST_ANY);
litest_add(pad_no_cap, LITEST_ANY, LITEST_TABLET_PAD); litest_add(pad_no_cap, LITEST_ANY, LITEST_TABLET_PAD);