reactos/rostests/rosautotest/rosautotest.rbuild
Colin Finck d2148478c6 Introducing the "ReactOS Automatic Testing Utility", superseding our current syssetup/cmd/dbgprint hack for running automatic regression tests.
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
2009-01-05 12:41:34 +00:00

16 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>