Commit ebd225cb authored by Alexandre Julliard's avatar Alexandre Julliard

Added ok() function that doesn't stop the test on the first error.

Added trace() function for debugging tests. Added support for todo functionality. Moved wine.pm to include directory.
parent 500793dc
......@@ -111,7 +111,7 @@ unsigned long perl_call_wine
unsigned long ret;
DWORD error, old_error;
if (debug)
if (debug > 1)
{
int i;
fprintf(stderr," perl_call_wine(func=%p", proc);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment