Sweden-Number/programs/winetest
Paul Vriens d0ce7ec599 winetest: Put dll version information in the report. 2007-08-23 20:18:32 +02:00
..
Makefile.in winetest: Put dll version information in the report. 2007-08-23 20:18:32 +02:00
README - Resource script restructuring. 2004-06-15 22:45:15 +00:00
dist.rc winetest: Generate the list of test resources in make_makefiles. 2006-09-11 14:32:00 +02:00
gui.c winetest: Fix dialog prototypes. 2006-06-06 11:29:02 +02:00
main.c winetest: Put dll version information in the report. 2007-08-23 20:18:32 +02:00
maketest winetest: Generate the list of test resources in make_makefiles. 2006-09-11 14:32:00 +02:00
resource.h include: winres.h no longer exists in PSDK, fix winresrc.h includes. 2007-08-07 14:09:09 +02:00
send.c winetest: Make sure we can send larger files. 2006-11-30 20:06:31 +01:00
util.c winetest: Store the test name as the resource name instead of in a separate string table. 2006-09-11 14:23:07 +02:00
winetest.h winetest: Store the test name as the resource name instead of in a separate string table. 2006-09-11 14:23:07 +02:00
winetest.rc include: winres.h no longer exists in PSDK, fix winresrc.h includes. 2007-08-07 14:09:09 +02: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.