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

This commit is contained in:
Christian Costa 2010-04-12 21:36:26 +02:00 committed by Alexandre Julliard
parent 67f43418d0
commit 79b8de1263
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ C_SRCS = \
math.c \
mesh.c \
shader.c \
texture.c
surface.c
RC_SRCS = rsrc.rc

View File

@ -1,5 +1,5 @@
/*
* Tests for the D3DX9 texture functions
* Tests for the D3DX9 surface functions
*
* Copyright 2009 Tony Wasserka
*
@ -489,7 +489,7 @@ static void test_D3DXLoadSurface(IDirect3DDevice9 *device)
if(testbitmap_ok) DeleteFileA("testbitmap.bmp");
}
START_TEST(texture)
START_TEST(surface)
{
HWND wnd;
IDirect3D9 *d3d;