[PATCH v3 2/5] d3d10_1/tests: Add shader reflection tests.

Matteo Bruni mbruni at codeweavers.com
Thu Mar 3 07:24:04 CST 2022


From: Zebediah Figura <zfigura at codeweavers.com>

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
---
 dlls/d3d10_1/tests/Makefile.in | 5 ++++-
 dlls/d3d10_1/tests/d3d10_1.c   | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/dlls/d3d10_1/tests/Makefile.in b/dlls/d3d10_1/tests/Makefile.in
index 256bb407d41..9f36f4db76d 100644
--- a/dlls/d3d10_1/tests/Makefile.in
+++ b/dlls/d3d10_1/tests/Makefile.in
@@ -1,5 +1,8 @@
 TESTDLL = d3d10_1.dll
 IMPORTS = d3d10_1 user32
+EXTRADEFS = -DD3D_COMPILER_VERSION=0
+PARENTSRC = ../../d3dcompiler_43/tests
 
 C_SRCS = \
-	d3d10_1.c
+	d3d10_1.c \
+	reflection.c
diff --git a/dlls/d3d10_1/tests/d3d10_1.c b/dlls/d3d10_1/tests/d3d10_1.c
index 33abd919a03..3218b21b2f0 100644
--- a/dlls/d3d10_1/tests/d3d10_1.c
+++ b/dlls/d3d10_1/tests/d3d10_1.c
@@ -18,6 +18,7 @@
  */
 
 #define COBJMACROS
+#include "d3d10_1.h"
 #include "initguid.h"
 #include "d3d11_1.h"
 #include "wine/test.h"
-- 
2.34.1




More information about the wine-devel mailing list