mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[SETUPAPI_APITEST] Add tests for SetupDiInstallClassExA and SetupInstallServicesFromInfSectionEx. Brought to you by Victor Martinez with some changes by me. ROSTESTS-157
svn path=/trunk/; revision=66983
This commit is contained in:
parent
f2fb8f0d2c
commit
c2a8901863
4 changed files with 689 additions and 2 deletions
|
@ -4,9 +4,13 @@
|
|||
#include <apitest.h>
|
||||
|
||||
extern void func_devclass(void);
|
||||
extern void func_SetupInstallServicesFromInfSectionEx(void);
|
||||
extern void func_SetupDiInstallClassExA(void);
|
||||
|
||||
const struct test winetest_testlist[] =
|
||||
{
|
||||
{ "devclass", func_devclass },
|
||||
{ "SetupInstallServicesFromInfSectionEx", func_SetupInstallServicesFromInfSectionEx},
|
||||
{ "SetupDiInstallClassExA", func_SetupDiInstallClassExA},
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue