On 1/5/07, Dan Kegel dank@kegel.com wrote:
Bill wrote:
Is there any documentation on how to set up the tests directory for an existing dll?
Good question. Last time this came up, the answer was recorded here:
http://kerneltraffic.osmirror.nl/wine/wn20021011_139.html#3
I don't know if that's correct still, but it's a start. Can you update the doc once you get it worked out?
Thanks, Dan
For references, take a look at the tests directory under msvcrtd. It's one of the simpler tests.
From a quick glance at the instructions in the URL Dan sent, it looks
like you no longer add "SUBDIRS = tests" to dlls/foo/Makefile.in. Instead, add an entry to the TESTSUBDIRS variable in dlls/Makefile.in.