reactos/rostests/regtests/directory.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

11 lines
312 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
<group xmlns:xi="http://www.w3.org/2001/XInclude">
<directory name="gdi">
<xi:include href="gdi/gdi_regtest.rbuild" />
</directory>
<directory name="crt">
<xi:include href="crt/crt_regtest.rbuild" />
</directory>
</group>