mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
d2148478c6
Without any parameters, it mostly works the same as our current solution, but all in a standalone application. Adding the /w parameter will submit all results to the web service committed in my previous commit. The application would also make it possible to run Wine Tests regularly on a Windows machine and submitting the results. This would make sure that all Wine tests also pass under Windows. svn path=/trunk/; revision=38580
32 lines
990 B
Ruby
32 lines
990 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<directory name="drivers">
|
|
<xi:include href="drivers/directory.rbuild" />
|
|
</directory>
|
|
<directory name="dibtests">
|
|
<xi:include href="dibtests/directory.rbuild" />
|
|
</directory>
|
|
<directory name="dxtest">
|
|
<xi:include href="dxtest/directory.rbuild" />
|
|
</directory>
|
|
<directory name="regtests_by_casper">
|
|
<xi:include href="regtests_by_casper/directory.rbuild" />
|
|
</directory>
|
|
<directory name="rosautotest">
|
|
<xi:include href="rosautotest/rosautotest.rbuild" />
|
|
</directory>
|
|
<directory name="tests">
|
|
<xi:include href="tests/directory.rbuild" />
|
|
</directory>
|
|
<directory name="win32">
|
|
<xi:include href="win32/testsets.rbuild" />
|
|
</directory>
|
|
<directory name="winetests">
|
|
<xi:include href="winetests/directory.rbuild" />
|
|
</directory>
|
|
<directory name="apitests">
|
|
<xi:include href="apitests/directory.rbuild" />
|
|
</directory>
|
|
</group>
|