summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-07-22 14:44:54 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-08-01 12:23:05 +1000
commitf787e8699c14e5ad003d939f9069bd011a3adc3d (patch)
tree6015886b2598dba81eac4ed94b47c6328327fba4
parent889c27f0b265477641a6e3dcb6510224493e3eae (diff)
test: namespace the bitfield helper tests
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--test/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/misc.c b/test/misc.c
index 304710f..ade053f 100644
--- a/test/misc.c
+++ b/test/misc.c
@@ -946,7 +946,7 @@ litest_setup_tests(void)
litest_add_for_device("events:conversion", event_conversion_gesture, LITEST_BCM5974);
litest_add_for_device("events:conversion", event_conversion_tablet, LITEST_WACOM_CINTIQ);
litest_add_for_device("events:conversion", event_conversion_tablet_pad, LITEST_WACOM_INTUOS5_PAD);
- litest_add_no_device("bitfield_helpers", bitfield_helpers);
+ litest_add_no_device("misc:bitfield_helpers", bitfield_helpers);
litest_add_no_device("context:refcount", context_ref_counting);
litest_add_no_device("config:status string", config_status_string);