Jacek Caban
adc34d4a29
winetest: Build with msvcrt.
...
Allows running tests on Windows without ucrtbase.dll.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-03 14:20:29 +01:00
Alexandre Julliard
15c4352f4c
winetest: Build with msvcrt.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-02 11:08:17 +02:00
Alexandre Julliard
cb078bd3bf
makefiles: Look in the extra targets for dependencies.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-30 19:36:51 +01:00
Alexandre Julliard
364f97c2e1
makefiles: Output rules for building generated .rc files.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-30 19:36:51 +01:00
Alexandre Julliard
acc6306bcf
makefiles: Generate the winetest resource list from makedep.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-03-05 06:23:27 -06:00
Alexandre Julliard
fc5739411d
makefiles: Expand the test resource list through a makefile variable.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-13 22:24:53 +09:00
Alexandre Julliard
17ac5ba7f9
makefiles: Specify whether to install program binaries in the individual makefiles.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-30 14:58:50 +09:00
Alexandre Julliard
90d66cc874
makefiles: Only define the dummy target in makefiles that need it.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-22 21:36:15 +09:00
Alexandre Julliard
86b1f94d28
makefiles: Get rid of the MAKE_PROG_RULES variable.
2014-01-02 12:12:57 +01:00
Alexandre Julliard
54300b2302
makefiles: Add support for a variable to list extra targets.
2013-12-31 19:22:57 +01:00
Alexandre Julliard
25b0810655
makefiles: Generate explicit build rules for resource files from makedep.
2013-10-15 13:53:11 +02:00
Alexandre Julliard
237ed76e6d
makefiles: Generate the common rules for programs from configure.
2013-10-10 11:41:14 +02:00
Alexandre Julliard
da35622b83
makefiles: Disable use of Unicode macros globally for all the programs.
2012-01-20 13:14:16 +01:00
Alexandre Julliard
7175324992
winetest: Avoid Unicode macros.
2012-01-19 21:08:56 +01:00
Alexandre Julliard
9b99cd1d31
makefiles: Create test resource files directly from the test build directory.
2011-05-24 11:15:20 +02:00
Alexandre Julliard
6072329712
winetest: Get rid of the dist rules.
2011-05-22 13:22:31 +02:00
Alexandre Julliard
e4eff85c8b
makefiles: Create the binary resources for winetest from the top-level makefile.
2011-05-22 13:15:03 +02:00
Alexandre Julliard
305aca28b4
makefiles: Avoid creating an intermediate rc file for test binaries.
2011-05-22 12:50:10 +02:00
Alexandre Julliard
bd9852cd6f
makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf conventions.
2010-09-19 12:40:12 +02:00
Alexandre Julliard
81b8ee863e
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
2010-09-19 12:36:48 +02:00
Alexandre Julliard
9188bd647b
winetest: Include the build info also in the standard build.
2010-08-21 17:19:48 +02:00
Alexandre Julliard
6fb39dfe4a
programs: Remove explicit imports of kernel32 and ntdll.
2010-07-21 17:38:37 +02:00
Alexandre Julliard
bef5645eb1
makefiles: Remove the no longer needed explicit separators for dependencies.
2010-03-16 13:28:19 +01:00
Alexandre Julliard
454fb3c1da
makefiles: Generate the list of test binaries from configure.
2010-02-08 21:29:13 +01:00
Alexandre Julliard
ae1afb82d2
winetest: Create a separate resource file with the SHA1 build id.
2009-07-09 12:54:39 +02:00
Alexandre Julliard
0dc951694b
winetest: Build exe resources as separate .res files.
2009-07-06 14:33:32 +02:00
Alexandre Julliard
68a1f4d0a1
makefiles: Add resource files to the standard object files list.
2009-06-03 11:44:57 +02:00
Alexandre Julliard
c18d69ef5f
makefiles: Remove special handling of .res.o files now that winegcc takes care of this.
2009-06-02 14:25:16 +02:00
Alexandre Julliard
6f74b45a81
winegcc: Add support for building PE executables using Mingw.
2009-06-01 16:15:53 +02:00
Alexandre Julliard
a6b91685b7
programs: Only create executable wrappers for programs that get installed in the bin directory.
2009-02-24 16:56:57 +01:00
Alexandre Julliard
6b6ca1a801
winetest: Don't try to unload mshtml, it's broken.
2009-02-23 12:36:54 +01:00
Alexandre Julliard
9caf14c444
winetest: Get rid of the archive URL, it's no longer used.
2009-02-19 20:27:53 +01:00
Alexandre Julliard
de02d20ec7
winetest: Try to trigger the Gecko install for mshtml tests, and skip them otherwise.
2009-02-19 15:57:46 +01:00
Alexandre Julliard
88fd1ba7b5
makefiles: Pass the target flags to winegcc.
2009-02-06 20:31:59 +01:00
Alexandre Julliard
186ca36d38
winetest: Link against the Wine import libraries for the dist version too.
2008-12-26 21:02:04 +01:00
Alexandre Julliard
79f24b54c5
winetest: Optionally compress the distributed exe with upx.
2008-11-24 15:33:48 +01:00
Alexandre Julliard
deccfeec9a
winetest: Build the test list from the makefile instead of make_makefiles.
2008-08-28 12:17:42 +02:00
Alexandre Julliard
67828b60e0
configure: Build the winetest dependencies in configure instead of make_makefiles.
2008-08-28 12:09:46 +02:00
Christian Costa
04d72cdd6f
d3dxof: Add basic tests.
2008-08-19 15:30:32 +02:00
Alexandre Julliard
3842ab09f1
makefiles: Add missing entries for mstask tests.
2008-08-19 15:30:25 +02:00
Zac Brown
b2be840e47
winhttp/tests: Add test for opening request.
2008-07-18 12:48:47 +02:00
Stefan Leichter
b8c6d8e598
rasapi32: Added some tests for RasEnumDevicesA (based on a patch by Austin English),
2008-07-09 12:34:34 +02:00
Juan Lang
cca77db0a6
inetmib1: Add tests for SnmpExtensionInit.
2008-06-25 10:56:13 +02:00
Alexandre Julliard
808f5c8ded
winetest: Remove the per-file revision info, we now use the global commit id.
2008-05-27 11:32:34 +02:00
Lei Zhang
ffb0457982
userenv: Add initial tests for CreateEnvironmentBlock.
2008-04-30 13:45:15 +02:00
Petr Sumbera
7975a1a926
winetest: Fix shell substitution syntax for Solaris.
2008-04-11 11:14:20 +02:00
Paul Vriens
4f3dbb7f7d
rsabase: Remove rsabase tests as they are covered in rsaenh.
2008-04-04 11:03:30 +02:00
James Hawkins
9e021cff3d
fusion: Add initial tests for IAssemblyCache.
2008-03-31 13:09:19 +02:00
Herve Chanal
4dc1ee05f3
winetest: A nicer icon.
2008-03-28 21:42:15 +01:00
Alexandre Julliard
4e665b1e21
winetest: Use the HEAD commit sha1 as default build id.
2008-03-27 17:26:20 +01:00