Re: [winetest] Add a new utility to simply running + submitting tests via winetest when run from the Wine tree.
6 Feb
2008
6 Feb
'08
10:39 a.m.
Jeremy White <jwhite(a)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(a)winehq.org
6520
Age (days ago)
6520
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard