reactos/rostests/apitests/msvcrt/msvcrt_apitest.rbuild
Pierre Schweitzer 73d88a5f6f [MSVCRT_APITEST]
Add test suite for IEEE floatting-point functions.
It's been tested on w2k3 and it has 0 failed tests.
Some are failing on ReactOS.

svn path=/trunk/; revision=54425
2011-11-18 22:26:35 +00:00

15 lines
376 B
Ruby

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