Tony Lambregts
|
2ff48996a0
|
Direct the output of the tests to stdout so that Win98 can redirect
the output to a file.
|
2002-12-17 01:47:04 +00:00 |
Francois Gouget
|
725b8b7fcf
|
When reporting a test failure, only report the file name, not the full
path.
Merge winetest_set_trace_location with winetest_set_ok_location.
|
2002-12-11 00:17:42 +00:00 |
Alexandre Julliard
|
0cf753385b
|
Moved the test routines from wtmain.c into wine/test.h so that they
can be compiled separately with different flags for each dll.
|
2002-10-30 20:36:21 +00:00 |
Patrik Stridvall
|
de41ddcab9
|
Added {ok,trace}_ macros to take explicit file and line number.
|
2002-10-29 23:07:58 +00:00 |
Alexandre Julliard
|
75de8fe16c
|
Added printf format checking to the ok() and trace() macros, and fixed
the resulting warnings.
|
2002-06-22 00:08:10 +00:00 |
Eric Pouech
|
fbaef1cc9a
|
Now C tests are able to access argc/argv as passed to the program.
|
2002-04-20 20:51:11 +00:00 |
Francois Gouget
|
58ed1f173d
|
Add trace function (same as in the perl framework).
Add support for todo tests.
Make it possible to specify a printf-style message in ok.
Include windef.h in test.h for compiling tests on Windows.
|
2002-03-22 00:58:00 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Alexandre Julliard
|
caa03388bc
|
Preliminary version of the C unit tests run-time environment.
Added make rules for building and running C unit tests.
|
2002-02-20 19:03:59 +00:00 |