From: Peter Hutterer Date: Thu, 17 Oct 2024 10:30:08 +0000 (+1000) Subject: test: match the tablet's pad test collection with the file name X-Git-Tag: 1.27.0~73 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dba296d290aa1b60e0e2e20d3b6590d7941a3e49;p=platform%2Fupstream%2Flibinput.git 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: --- diff --git a/test/test-pad.c b/test/test-pad.c index 4f2f8c4e..cd71458f 100644 --- a/test/test-pad.c +++ b/test/test-pad.c @@ -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);