wine/programs/winetest
Alexandre Julliard cc2b3b48e6 Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
..
.gitignore Take advantage of the recursive nature of .gitignore for Makefile entries. 2006-07-10 20:47:54 +02:00
dist.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
gui.c winetest: Fix dialog prototypes. 2006-06-06 11:29:02 +02:00
main.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Makefile.in comdlg32: Add initial test. 2006-07-06 12:04:27 +02:00
maketest winetest: Portability fix in the maketest script. Added support for git. 2006-06-27 11:17:22 +02:00
README - Resource script restructuring. 2004-06-15 22:45:15 +00:00
resource.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
send.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
util.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
winetest.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
winetest.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00

                           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.