Differences From Artifact [cdcc7c93e0]:
- Executable file
build/test/test
— part of check-in
[b850a69d3e]
at
2012-08-27 03:32:28
on branch trunk
— Updated Win32 sanity checks to be more tolerant of different file magic
Disabled use of WINE for testing for now, since its not installed on the current system (user: rkeene, size: 15146) [annotate] [blame] [check-ins using]
To Artifact [a279f86cb1]:
- Executable file build/test/test — part of check-in [b6bf532c8e] at 2012-08-27 16:09:20 on branch trunk — Updated to indicate win32 binaries are not runnable without WINE (user: rkeene, size: 15162) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
notk="1"
kit="${os}-${cpu}-min-static"
;;
win32|win32-*)
kitcreator="./build/make-kit-win32"
xcompile="1"
# XXX: Disabled for now, since I don't have WINE installed
#kitruncmd="wine"
;;
linux-mipsel-min|linux-mipsel-min-kitdll)
kitcreator="./build/make-kit-linux-mipsel"
runnable="0"
xcompile="1"
notk="1"
| > | 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 |
notk="1"
kit="${os}-${cpu}-min-static"
;;
win32|win32-*)
kitcreator="./build/make-kit-win32"
xcompile="1"
# XXX: Disabled for now, since I don't have WINE installed
runnable="0"
#kitruncmd="wine"
;;
linux-mipsel-min|linux-mipsel-min-kitdll)
kitcreator="./build/make-kit-linux-mipsel"
runnable="0"
xcompile="1"
notk="1"
|
| ︙ | ︙ |