mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
[SDK][SDK_APITEST] Improve delayload support CORE-10935
- Add an apitest for our delayload functions. - Improve the delayload (mainly the failure cases, throw exceptions where expected etc). - Add some tests for advanced delayload features (currently blocked on CORE-6504 and CORE-10957) svn path=/trunk/; revision=71190
This commit is contained in:
parent
8c386bbbcc
commit
91d86a9a91
7 changed files with 700 additions and 64 deletions
12
rostests/apitests/sdk/testlist.c
Normal file
12
rostests/apitests/sdk/testlist.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
#define __ROS_LONG64__
|
||||
|
||||
#define STANDALONE
|
||||
#include <apitest.h>
|
||||
|
||||
extern void func_delayimp(void);
|
||||
|
||||
const struct test winetest_testlist[] =
|
||||
{
|
||||
{ "delayimp", func_delayimp },
|
||||
{ 0, 0 }
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue