mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:05:42 +00:00
[TESTS]
Add a test framework for crt (ntdll, crtdll, msvcrt and static) svn path=/trunk/; revision=56363
This commit is contained in:
parent
7bffecda7b
commit
005d1d2a0c
8 changed files with 2172 additions and 0 deletions
8
rostests/apitests/crt/strcpy.c
Normal file
8
rostests/apitests/crt/strcpy.c
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <wine/test.h>
|
||||
|
||||
START_TEST(strcpy)
|
||||
{
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue