mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +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
400 B
Ruby
13 lines
400 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>
|
|
<directory name="bugs">
|
|
<xi:include href="bugs/bugs_regtest.rbuild" />
|
|
</directory>
|
|
</group>
|