mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +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
15 lines
501 B
Ruby
15 lines
501 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="rosautotest" type="win32cui" installbase="system32" installname="rosautotest.exe" unicode="yes">
|
|
<include base="rosautotest">.</include>
|
|
<library>advapi32</library>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>wininet</library>
|
|
<file>main.c</file>
|
|
<file>shutdown.c</file>
|
|
<file>tools.c</file>
|
|
<file>webservice.c</file>
|
|
<file>winetests.c</file>
|
|
<pch>precomp.h</pch>
|
|
</module>
|