[ROSTESTS]

- Add CRT tests to build
See issue #7155 for more details.

svn path=/trunk/; revision=56822
This commit is contained in:
Thomas Faber 2012-07-04 17:04:44 +00:00
parent e7528e02d2
commit f2f1135505
7 changed files with 17 additions and 42 deletions

View file

@ -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)