Module: wine Branch: master Commit: f5e9079ed7739d3437a0ef91b2ca685621927c91 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f5e9079ed7739d3437a0ef91b...
Author: Rémi Bernon rbernon@codeweavers.com Date: Thu Jun 2 10:02:26 2022 +0200
dinput/tests: Use dinput_test_(init|exit) for all tests.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com
---
dlls/dinput/tests/device.c | 20 +++--- dlls/dinput/tests/device8.c | 38 ++--------- dlls/dinput/tests/dinput.c | 133 ++++++++++++++++++------------------- dlls/dinput/tests/dinput_test.h | 3 +- dlls/dinput/tests/force_feedback.c | 4 +- dlls/dinput/tests/hid.c | 52 +++++++++------ dlls/dinput/tests/hotplug.c | 4 +- dlls/dinput/tests/joystick.c | 32 +++++---- dlls/dinput/tests/joystick8.c | 4 +- dlls/dinput/tests/keyboard.c | 27 +++----- dlls/dinput/tests/mouse.c | 23 ++++--- 11 files changed, 159 insertions(+), 181 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f5e9079ed7739d3437a0e...