reactos/rostests/regtests/crt/crt_regtest.rbuild
Gregor Schneider cb0fe726e8 -Add a crt regression test suite, extending the msvcrt winetests
-iofunc tests were used to verify r42382, added another one that tests swprintf double conversion (roscalc issue)
-time tests crash with the current crt implementation

svn path=/trunk/; revision=42408
2009-08-05 17:13:12 +00:00

13 lines
365 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="crt_regtest" type="win32cui" installbase="bin" installname="crt_regtest.exe">
<include base="crt_regtest">.</include>
<library>wine</library>
<library>msvcrt</library>
<file>iofuncs.c</file>
<file>testlist.c</file>
<file>time.c</file>
</module>
</group>