mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:55:41 +00:00
added msvcrt regression test
svn path=/trunk/; revision=17119
This commit is contained in:
parent
a3cd4ae567
commit
f997cb9046
1 changed files with 14 additions and 0 deletions
14
reactos/regtests/winetests/msvcrt/msvcrt_test.xml
Normal file
14
reactos/regtests/winetests/msvcrt/msvcrt_test.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<module name="msvcrt_test" type="win32cui" installbase="bin" installname="msvcrt_test.exe" warnings="true">
|
||||
<include base="msvcrt_test">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<library>ntdll</library>
|
||||
<file>cpp.c</file>
|
||||
<file>environ.c</file>
|
||||
<file>file.c</file>
|
||||
<file>heap.c</file>
|
||||
<file>printf.c</file>
|
||||
<file>scanf.c</file>
|
||||
<file>string.c</file>
|
||||
<file>testlist.c</file>
|
||||
<file>time.c</file>
|
||||
</module>
|
Loading…
Add table
Add a link
Reference in a new issue