mirror of
https://github.com/reactos/reactos.git
synced 2025-08-11 08:55:38 +00:00
[ROSTESTS]
- Add CRT tests to build See issue #7155 for more details. svn path=/trunk/; revision=56822
This commit is contained in:
parent
e7528e02d2
commit
f2f1135505
7 changed files with 17 additions and 42 deletions
|
@ -10,8 +10,13 @@ extern void func_strcpy(void);
|
|||
const struct test winetest_testlist[] =
|
||||
{
|
||||
{ "strcpy", func_strcpy },
|
||||
#if defined(TEST_CRTDLL) || defined(TEST_MSVCRT)
|
||||
#if defined(TEST_CRTDLL) || defined(TEST_MSVCRT) || defined(TEST_STATIC_CRT)
|
||||
// ...
|
||||
#endif
|
||||
#if defined(TEST_STATIC_CRT) || defined(TEST_MSVCRT)
|
||||
// ...
|
||||
#endif
|
||||
#if defined(TEST_STATIC_CRT)
|
||||
#elif defined(TEST_MSVCRT)
|
||||
#elif defined(TEST_NTDLL)
|
||||
#elif defined(TEST_CRTDLL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue