mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
fdd4f2b50b
Add bugs_regtest. This can be used to create testcases / regression tests for already fixed bugs. I added a first test for bug 3481 svn path=/trunk/; revision=48615
13 lines
347 B
Ruby
13 lines
347 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="bugs_regtest" type="win32cui" installbase="bin" installname="bugs_regtest.exe">
|
|
<include base="bugs_regtest">.</include>
|
|
<library>wine</library>
|
|
<library>gdi32</library>
|
|
<file>testlist.c</file>
|
|
|
|
<file>bug3481.c</file>
|
|
</module>
|
|
</group>
|