Is there any documentation on how to set up the tests directory for an existing dll? I couldn't see anything about the tests directory in the wiki and the stuff in the developer's guide presupposes that the test directory exists.
I would rather follow instructions than have to reverse-engineer the process.
On Fri, 2007-01-05 at 10:33 -0800, Bill Medland wrote:
Is there any documentation on how to set up the tests directory for an existing dll? I couldn't see anything about the tests directory in the wiki and the stuff in the developer's guide presupposes that the test directory exists.
I would rather follow instructions than have to reverse-engineer the process.
Hi,
the last info I have about that, dates August 30th 2006:
http://www.winehq.org/pipermail/wine-devel/2006-August/050602.html
Cheers,
Paul.
Bill Medland billmedland@shaw.ca writes:
Is there any documentation on how to set up the tests directory for an existing dll? I couldn't see anything about the tests directory in the wiki and the stuff in the developer's guide presupposes that the test directory exists.
These days all you have to do is create the Makefile.in, git-add it if you are using git, then run tools/make_makefiles at the top-level, it will take care of everything (and you don't need to submit these changes as part of your patch, I'll re-run make_makefiles on my side).