mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[VERSION_APITEST] Add tests for VerQueryValue(A/W)
This commit is contained in:
parent
eafa7c68b6
commit
8c2b8c835a
5 changed files with 354 additions and 0 deletions
18
modules/rostests/apitests/version/testlist.c
Normal file
18
modules/rostests/apitests/version/testlist.c
Normal file
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
* PROJECT: ReactOS API Tests
|
||||
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||
* PURPOSE: Tests for version.dll
|
||||
* COPYRIGHT: Copyright 2024 Timo Kreuzer <timo.kreuzer@reactos.org>
|
||||
*/
|
||||
|
||||
#define STANDALONE
|
||||
#include <apitest.h>
|
||||
|
||||
extern void func_VerQueryValue(void);
|
||||
|
||||
const struct test winetest_testlist[] =
|
||||
{
|
||||
{ "VerQueryValue", func_VerQueryValue },
|
||||
|
||||
{ 0, 0 }
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue