Re: Implementing Wine testing framework with Perl

2002-01-02 Thread Andriy Palamarchuk
--- Alexandre Julliard <[EMAIL PROTECTED]> wrote: > Andriy Palamarchuk <[EMAIL PROTECTED]> writes: > > > The next my step would be to translate my own unit > > tests to Perl. My tests extensively use number > > constants, declared in C header file with defines > and > > C structures. > > The de

Re: Implementing Wine testing framework with Perl

2002-01-02 Thread Alexandre Julliard
Andriy Palamarchuk <[EMAIL PROTECTED]> writes: > The next my step would be to translate my own unit > tests to Perl. My tests extensively use number > constants, declared in C header file with defines and > C structures. The defines can be translated to Perl constants; I once started writing a t

Implementing Wine testing framework with Perl

2002-01-02 Thread Andriy Palamarchuk
I execised with winetest to find more information about using Perl as a base for Wine testing framework. My findings so far: I built winetest without problems. Provided sample test script worked. The next my step would be to translate my own unit tests to Perl. My tests extensively use number c