new old winetests

Ferenc Wagner wferi at afavant.elte.hu
Sun Nov 23 20:09:10 CST 2003


Alexandre Julliard <julliard at winehq.org> writes:

> "Dimitrie O. Paun" <dpaun at rogers.com> writes:
>
>> Here is the fix for this one (to maketests):
>>
>> -           wine $filename | sed '1,/^Valid/d;s/    \(.*\)/    "\1",/'
>> +           wine $filename | sed '1,/^Valid/d;s/    \([0-9a-zA-Z_]*\)/    "\1",/'
>
> This should really be done at run time, you shouldn't invoke wine
> during the build process, it creates lots of annoying dependencies.

What about this:

    makename="$BINDIR/`dirname $test`/Makefile.in"
    [...]
            sed -n '/^CTESTS =/,/[^\]$/{s/^CTESTS =//;s/\\$//;s/\([0-9a-zA-Z_]*\)\.c/"\1",/g;p;}' $makename

that is, extracting the subtest names from the corresponding
Makefile.in?

Feri.



More information about the wine-devel mailing list