mirror of
https://github.com/reactos/reactos.git
synced 2025-08-11 09:16:03 +00:00
[KERNEL32_APITEST]
- Add some tests for GetCurrentDirectory and SetCurrentDirectory svn path=/trunk/; revision=56489
This commit is contained in:
parent
494445d381
commit
1cb2379b98
4 changed files with 334 additions and 1 deletions
|
@ -5,11 +5,15 @@
|
|||
#define STANDALONE
|
||||
#include "wine/test.h"
|
||||
|
||||
extern void func_GetCurrentDirectory(void);
|
||||
extern void func_GetDriveType(void);
|
||||
extern void func_SetCurrentDirectory(void);
|
||||
|
||||
const struct test winetest_testlist[] =
|
||||
{
|
||||
{ "GetDriveType", func_GetDriveType },
|
||||
{ "GetCurrentDirectory", func_GetCurrentDirectory },
|
||||
{ "GetDriveType", func_GetDriveType },
|
||||
{ "SetCurrentDirectory", func_SetCurrentDirectory },
|
||||
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue