Sweden-Number/programs/winetest
Alexandre Julliard 186ca36d38 winetest: Link against the Wine import libraries for the dist version too. 2008-12-26 21:02:04 +01:00
..
Makefile.in winetest: Link against the Wine import libraries for the dist version too. 2008-12-26 21:02:04 +01:00
README - Resource script restructuring. 2004-06-15 22:45:15 +00:00
dist.rc winetest: Remove the per-file revision info, we now use the global commit id. 2008-05-27 11:32:34 +02:00
gui.c winetest: Check that user enters a tag. 2008-09-04 11:52:55 +02:00
main.c winetest: Use main instead of WinMain as entry point. 2008-12-16 12:07:53 +01:00
resource.h winetest: Remove the per-file revision info, we now use the global commit id. 2008-05-27 11:32:34 +02:00
send.c winetest: Fix a compiler warning with the size_t type. 2008-07-21 13:00:14 +02:00
util.c winetest: Use Win32 APIs exclusively for file I/O and output redirection. 2008-07-10 17:45:22 +02:00
winetest.h winetest: Use Win32 APIs exclusively for file I/O and output redirection. 2008-07-10 17:45:22 +02:00
winetest.ico winetest: A nicer icon. 2008-03-28 21:42:15 +01:00
winetest.rc winetest: Give the 'Running' progress bar the same size as the others. 2008-11-18 13:08:07 +01:00
winetest.svg winetest: A nicer icon. 2008-03-28 21:42:15 +01:00

README

                           Wine Test Shell
                           ~~~~~~~~~~~~~~~

Winetest is a single-executable version of all the DLL conformance
test programs suitable for unattended testing and report submission.
People assigned to build winetest must take care of the following
files, which are only used by 'make dist':

* build.id

Contains a single (either CR or CR-LF) terminated line providing the
build identification.  The accepted characters are [-.0-9a-zA-Z].

* tests.url

Also contains a single terminated line providing the archive URL of
the testing suite being built.

* build.nfo

Contains a block of terminated lines providing miscellaneous
information about the build, like eg. the tools being used.