mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
Tests for GetTextFace
svn path=/trunk/; revision=36774
This commit is contained in:
parent
6e6e3d15c7
commit
2f5ea4625b
2 changed files with 27 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
#include "tests/GetDIBits.c"
|
||||
#include "tests/GetObject.c"
|
||||
#include "tests/GetStockObject.c"
|
||||
#include "tests/GetTextFace.c"
|
||||
#include "tests/SelectObject.c"
|
||||
#include "tests/SetDCPenColor.c"
|
||||
#include "tests/SetMapMode.c"
|
||||
|
@ -74,6 +75,7 @@ TESTENTRY TestList[] =
|
|||
{ L"GetDIBits", Test_GetDIBits },
|
||||
{ L"GetObject", Test_GetObject },
|
||||
{ L"GetStockObject", Test_GetStockObject },
|
||||
{ L"GetTextFace", Test_GetTextFace },
|
||||
{ L"SelectObject", Test_SelectObject },
|
||||
{ L"SetDCPenColor", Test_SetDCPenColor },
|
||||
{ L"SetMapMode", Test_SetMapMode },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue