Module: wine Branch: master Commit: 3c899df3b5a76cfa91e48ee816305f7c8828fc78 URL: https://gitlab.winehq.org/wine/wine/-/commit/3c899df3b5a76cfa91e48ee816305f7...
Author: Zhiyi Zhang zzhang@codeweavers.com Date: Fri Aug 19 16:50:09 2022 +0800
ddraw/tests: Move the capability tests for enumerated devices.
Move the capability tests for enumerated devices from d3d.c to ddraw{1,2,4}.c.
---
dlls/ddraw/tests/d3d.c | 165 ---------------------------------------------- dlls/ddraw/tests/ddraw1.c | 164 +++++++++++++++++++++++++++++++++++++++++++++ dlls/ddraw/tests/ddraw2.c | 164 +++++++++++++++++++++++++++++++++++++++++++++ dlls/ddraw/tests/ddraw4.c | 164 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 492 insertions(+), 165 deletions(-)