mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 02:26:33 +00:00
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:
parent
d53c67dc50
commit
b86be5acd2
2 changed files with 98 additions and 0 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue