mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
Forgot to commit this one.
svn path=/trunk/; revision=26811
This commit is contained in:
parent
3fa5e74711
commit
2c56fc8f36
1 changed files with 4 additions and 5 deletions
|
@ -12,11 +12,10 @@
|
|||
/* The List of tests */
|
||||
TEST TestList[] =
|
||||
{
|
||||
{ "DirectDrawCreate(Ex)", Test_CreateDDraw },
|
||||
{ "IDirectDraw::SetCooperativeLevel", Test_SetCooperativeLevel },
|
||||
{ "IDirectDraw::EnumDisplayModes/SetDisplayMode", Test_DisplayModes },
|
||||
{ "IDirectDraw::CreateSurface", Test_CreateSurface },
|
||||
{ "IDirectDraw::GetMonitorFrequency", Test_GetMonitorFrequency },
|
||||
{ "IDirectDraw: COM Stuff", Test_CreateDDraw },
|
||||
{ "IDirectDraw: Display Modes", Test_DisplayModes },
|
||||
{ "IDirectDraw: Cooperative Levels", Test_SetCooperativeLevel },
|
||||
{ "IDirectDraw: CreateSurface", Test_CreateSurface },
|
||||
};
|
||||
|
||||
/* The function that gives us the number of tests */
|
||||
|
|
Loading…
Reference in a new issue