Commit 79b8de12 authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

d3dx9_36/tests: Move surface tests into surface.c.

parent 67f43418
...@@ -13,7 +13,7 @@ C_SRCS = \ ...@@ -13,7 +13,7 @@ C_SRCS = \
math.c \ math.c \
mesh.c \ mesh.c \
shader.c \ shader.c \
texture.c surface.c
RC_SRCS = rsrc.rc RC_SRCS = rsrc.rc
......
/* /*
* Tests for the D3DX9 texture functions * Tests for the D3DX9 surface functions
* *
* Copyright 2009 Tony Wasserka * Copyright 2009 Tony Wasserka
* *
...@@ -489,7 +489,7 @@ static void test_D3DXLoadSurface(IDirect3DDevice9 *device) ...@@ -489,7 +489,7 @@ static void test_D3DXLoadSurface(IDirect3DDevice9 *device)
if(testbitmap_ok) DeleteFileA("testbitmap.bmp"); if(testbitmap_ok) DeleteFileA("testbitmap.bmp");
} }
START_TEST(texture) START_TEST(surface)
{ {
HWND wnd; HWND wnd;
IDirect3D9 *d3d; IDirect3D9 *d3d;
......
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