Rémi Bernon : dinput8/tests: Move HID driver tests from ntoskrnl.exe.

Alexandre Julliard julliard at winehq.org
Thu Sep 9 15:42:32 CDT 2021


Module: wine
Branch: master
Commit: 6aef301e08b4e1d59215f7a94bebc06a8cfe071b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6aef301e08b4e1d59215f7a94bebc06a8cfe071b

Author: Rémi Bernon <rbernon at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=6aef301e08b4e1d59215f7a94bebc06a8cfe071b



More information about the wine-cvs mailing list