started added test for InitializeLpkHooks

this tests are not completed more will follow.
this is the frame work for testing InitializeLpkHooks


svn path=/trunk/; revision=33697
This commit is contained in:
Magnus Olsen 2008-05-25 12:04:06 +00:00
parent d53c67dc50
commit b86be5acd2
2 changed files with 98 additions and 0 deletions

View file

@ -6,6 +6,7 @@
#include "user32api.h"
/* include the tests */
#include "tests/InitializeLpkHooks.c"
#include "tests/ScrollDC.c"
#include "tests/ScrollWindowEx.c"
#include "tests/RealGetWindowClass.c"
@ -13,6 +14,7 @@
/* The List of tests */
TESTENTRY TestList[] =
{
{ L"InitializeLpkHooks", Test_InitializeLpkHooks },
{ L"ScrollDC", Test_ScrollDC },
{ L"ScrollWindowEx", Test_ScrollWindowEx },
{ L"RealGetWindowClass", Test_RealGetWindowClass },