pswamis80 <wineforum-user at winehq.org> wrote:>
>how we can do unit testing(unit testing is a method by which individual
units of source code are tested to determine if
>they are fit for use.) on WINE?
The same way you do it with any other program, use tests. Fortunately for the
Wine community, the tests are written first (in most cases) and then our code is
tested to make sure it does what Windows (black box) does.
If a test does not exist, then you or someone you ask to, has to.
BTW, this is more a developer question, so this really should be on the
Developer forum/mailing list.
James McKenzie