Commit 1559f601 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

d3d10/tests: Add reflection test.

Share and reuse most of the d3dcompiler test. Signed-off-by: 's avatarMatteo Bruni <mbruni@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 6889a0c3
TESTDLL = d3d10.dll
IMPORTS = d3d10
EXTRADEFS = -DD3D_COMPILER_VERSION=0
PARENTSRC = ../../d3dcompiler_43/tests
C_SRCS = \
device.c \
effect.c
effect.c \
reflection.c
......@@ -17,7 +17,6 @@
*/
#define COBJMACROS
#include "initguid.h"
#include "d3d10.h"
#include "wine/test.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment