Module: wine Branch: master Commit: 6aef301e08b4e1d59215f7a94bebc06a8cfe071b URL: https://source.winehq.org/git/wine.git/?a=commit;h=6aef301e08b4e1d59215f7a94... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Thu Sep 9 08:50:08 2021 +0200 dinput8/tests: Move HID driver tests from ntoskrnl.exe. Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dinput8/tests/Makefile.in | 12 +- dlls/dinput8/tests/dinput.c | 4 +- dlls/{ntoskrnl.exe => dinput8}/tests/driver_hid.c | 507 +++-- dlls/dinput8/tests/driver_hid.h | 451 +++++ .../tests/driver_hid.spec | 0 dlls/dinput8/tests/hid.c | 2121 ++++++++++++++++++++ dlls/dinput8/tests/pop_hid_macros.h | 83 + dlls/dinput8/tests/psh_hid_macros.h | 85 + dlls/ntoskrnl.exe/tests/Makefile.in | 4 - dlls/ntoskrnl.exe/tests/ntoskrnl.c | 1594 --------------- 10 files changed, 3004 insertions(+), 1857 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6aef301e08b4e1d59215f...