Sweden-Number/programs/winetest
Alexandre Julliard fc2bef1d9c winetest: Load resources by name instead of id. 2009-07-07 10:59:29 +02:00
..
Makefile.in winetest: Build exe resources as separate .res files. 2009-07-06 14:33:32 +02:00
README
dist.rc makefiles: Add resource files to the standard object files list. 2009-06-03 11:44:57 +02:00
gui.c winetest: Rename xmalloc() & co to heap_xxx() to not imply they are based on malloc(), and add heap_free(). 2009-05-18 12:32:29 +02:00
main.c winetest: Load resources by name instead of id. 2009-07-07 10:59:29 +02:00
resource.h winetest: Load resources by name instead of id. 2009-07-07 10:59:29 +02:00
send.c winetest: Use wininet if available. 2009-05-28 12:42:00 +02:00
util.c winetest: Replace malloc() & co with HeapAlloc(). 2009-05-18 12:32:36 +02:00
winetest.h winetest: Rename xmalloc() & co to heap_xxx() to not imply they are based on malloc(), and add heap_free(). 2009-05-18 12:32:29 +02:00
winetest.ico winetest: A nicer icon. 2008-03-28 21:42:15 +01:00
winetest.rc winetest: Build exe resources as separate .res files. 2009-07-06 14:33:32 +02: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.