mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
b779385488
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
15 lines
424 B
Ruby
15 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>
|