reactos/rostests/regtests/gdi/gdi_regtest.rbuild
Timo Kreuzer b779385488 Add regtests/gdi
Tests for gdi, written in winetest style so it can be easily plugged into sysreg. Currently containing some xlate tests. More to come.

svn path=/trunk/; revision=42328
2009-08-02 00:26:51 +00:00

16 lines
424 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="gdi_regtest" type="win32cui" installbase="bin" installname="gdi_regtest.exe">
<include base="gdi_regtest">.</include>
<library>wine</library>
<library>gdi32</library>
<library>user32</library>
<library>kernel32</library>
<library>ntdll</library>
<file>xlate.c</file>
<file>testlist.c</file>
</module>
</group>