[winetest] Add a new utility to simply running + submitting tests via winetest when run from the Wine tree.

Alexandre Julliard julliard at winehq.org
Wed Feb 6 04:39:59 CST 2008


Jeremy White <jwhite at winehq.org> writes:

> +date +%Y%m%d >build.id
> +gcc --version >build.nfo
> +uname -a >>build.nfo
> +/lib/libc.so.6 >>build.nfo
> +echo N/A >tests.url
> +make dist
> +make
> +export WINEPREFIX=`mktemp -d`
> +wineprefixcreate
> +
> +type winetricks >/dev/null 2>&1
> +if [ $? -eq 0 ] ; then
> +    winetricks gecko
> +fi
> +
> +./winetest-dist -c -t "$1"

None of that should be necessary. The make dist stuff is supposed to be
for people who want to distribute a winetest binary. If what you want is
simply run the tests then you should just have to run winetest; if some
things don't work in that mode they should be fixed.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list