--- 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
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
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