summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-05-06 16:24:43 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-05-23 05:43:18 +0000
commit393442fd3a741a34b3360f4cc40243df7c7248f8 (patch)
tree56d6c9c1313e1f63c9328a976bc74ff7a132ce52
parent374d32c6bed3433355c39bb17e5bf6a6545ee72c (diff)
downloadlibinput-393442fd3a741a34b3360f4cc40243df7c7248f8.tar.gz
test: rename a test function to make it easier to select
Because --filter-test does substring matching it's easier to have it with a unique name rather than one that is a prefix of another. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--test/test-tablet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-tablet.c b/test/test-tablet.c
index 0b682365..35f835e5 100644
--- a/test/test-tablet.c
+++ b/test/test-tablet.c
@@ -3807,7 +3807,7 @@ START_TEST(tablet_calibration_set_matrix)
}
END_TEST
-START_TEST(tablet_pressure_offset)
+START_TEST(tablet_pressure_offset_set)
{
struct litest_device *dev = litest_current_device();
struct libinput *li = dev->libinput;
@@ -6157,7 +6157,7 @@ TEST_COLLECTION(tablet)
litest_add(tablet_pressure_min_max, LITEST_TABLET, LITEST_ANY);
litest_add_for_device(tablet_pressure_range, LITEST_WACOM_INTUOS);
- litest_add_for_device(tablet_pressure_offset, LITEST_WACOM_INTUOS);
+ litest_add_for_device(tablet_pressure_offset_set, LITEST_WACOM_INTUOS);
litest_add_for_device(tablet_pressure_offset_decrease, LITEST_WACOM_INTUOS);
litest_add_for_device(tablet_pressure_offset_increase, LITEST_WACOM_INTUOS);
litest_add_for_device(tablet_pressure_offset_exceed_threshold, LITEST_WACOM_INTUOS);