mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 16:23:51 +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 */
|
/* The List of tests */
|
||||||
TEST TestList[] =
|
TEST TestList[] =
|
||||||
{
|
{
|
||||||
{ "DirectDrawCreate(Ex)", Test_CreateDDraw },
|
{ "IDirectDraw: COM Stuff", Test_CreateDDraw },
|
||||||
{ "IDirectDraw::SetCooperativeLevel", Test_SetCooperativeLevel },
|
{ "IDirectDraw: Display Modes", Test_DisplayModes },
|
||||||
{ "IDirectDraw::EnumDisplayModes/SetDisplayMode", Test_DisplayModes },
|
{ "IDirectDraw: Cooperative Levels", Test_SetCooperativeLevel },
|
||||||
{ "IDirectDraw::CreateSurface", Test_CreateSurface },
|
{ "IDirectDraw: CreateSurface", Test_CreateSurface },
|
||||||
{ "IDirectDraw::GetMonitorFrequency", Test_GetMonitorFrequency },
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* The function that gives us the number of tests */
|
/* The function that gives us the number of tests */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue