mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
Tests BltBatch and GetBltStatus
svn path=/trunk/; revision=27124
This commit is contained in:
parent
db153659fe
commit
d1d6598616
2 changed files with 74 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include "DDraw/available_mem.cpp"
|
||||
#include "Surface/create.cpp"
|
||||
#include "Surface/private_data.cpp"
|
||||
#include "Surface/blt.cpp"
|
||||
#include "Surface/misc.cpp"
|
||||
|
||||
/* The List of tests */
|
||||
|
@ -22,6 +23,7 @@ TEST TestList[] =
|
|||
{ "IDirectDraw: GetFourCC", Test_GetFourCCCodes },
|
||||
{ "IDirectDraw: Cooperative Levels", Test_SetCooperativeLevel },
|
||||
{ "IDirectDrawSurface: Creation", Test_CreateSurface },
|
||||
{ "IDirectDrawSurface: Blting", Test_Blt },
|
||||
{ "IDirectDrawSurface: Private Data", Test_PrivateData },
|
||||
{ "IDirectDrawSurface: Miscellaneous Tests", Test_Misc },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue