mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 05:40:04 +01:00
clang-format: add litest_with_logcapture to foreach macros
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1284>
This commit is contained in:
parent
a22883f7e2
commit
68dbb98f04
2 changed files with 2 additions and 2 deletions
|
|
@ -74,6 +74,7 @@ ForEachMacros:
|
||||||
- tp_for_each_touch
|
- tp_for_each_touch
|
||||||
- range_for_each
|
- range_for_each
|
||||||
- litest_log_group
|
- litest_log_group
|
||||||
|
- litest_with_logcapture
|
||||||
- litest_with_parameters
|
- litest_with_parameters
|
||||||
- litest_with_event_frame
|
- litest_with_event_frame
|
||||||
- udev_list_entry_foreach
|
- udev_list_entry_foreach
|
||||||
|
|
|
||||||
|
|
@ -531,8 +531,7 @@ START_TEST(keyboard_keycode_obfuscation)
|
||||||
|
|
||||||
litest_drain_events(li);
|
litest_drain_events(li);
|
||||||
|
|
||||||
litest_with_logcapture(li, capture)
|
litest_with_logcapture(li, capture) {
|
||||||
{
|
|
||||||
litest_event(dev, EV_KEY, KEY_Q, 1);
|
litest_event(dev, EV_KEY, KEY_Q, 1);
|
||||||
litest_event(dev, EV_SYN, SYN_REPORT, 0);
|
litest_event(dev, EV_SYN, SYN_REPORT, 0);
|
||||||
litest_event(dev, EV_KEY, KEY_Q, 0);
|
litest_event(dev, EV_KEY, KEY_Q, 0);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue