Add a test framework for crt (ntdll, crtdll, msvcrt and static)

svn path=/trunk/; revision=56363
This commit is contained in:
Timo Kreuzer 2012-04-18 17:21:18 +00:00
parent 7bffecda7b
commit 005d1d2a0c
8 changed files with 2172 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#include <stdio.h>
#include <wine/test.h>
START_TEST(strcpy)
{
}