From dba296d290aa1b60e0e2e20d3b6590d7941a3e49 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 17 Oct 2024 20:30:08 +1000 Subject: [PATCH] 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: --- test/test-pad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);