Overview
Comment: | Made win32 and linux-i386 tests runnable |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | ccebee74a596d4411244a35ea866e20efc45124a |
User & Date: | rkeene on 2013-07-03 05:09:15 |
Other Links: | manifest | tags |
Context
2013-07-04
| ||
02:20 | Updated to delete only archive files in the same directory as DLLs check-in: b62421e50c user: rkeene tags: trunk | |
2013-07-03
| ||
05:09 | Made win32 and linux-i386 tests runnable check-in: ccebee74a5 user: rkeene tags: trunk | |
04:59 | Updated to remove archives that should not be linked against check-in: 9803654e91 user: rkeene tags: trunk | |
Changes
Modified build/test/test from [f42651a667] to [7efabc4a20].
103 103 iszip="1" 104 104 notk="1" 105 105 kit="${os}-${cpu}-min-static" 106 106 ;; 107 107 win32|win32-*) 108 108 kitcreator="./build/make-kit-win32" 109 109 xcompile="1" 110 - # XXX: Disabled for now, since I don't have WINE installed 111 - runnable="0" 112 - #kitruncmd="wine" 110 + runnable="1" 111 + kitruncmd="wine" 113 112 ;; 114 113 linux-mipsel-min|linux-mipsel-min-kitdll) 115 114 kitcreator="./build/make-kit-linux-mipsel" 116 115 runnable="0" 117 116 xcompile="1" 118 117 notk="1" 119 118 iszip="1" 119 + ;; 120 + linux-i386|linux-i386-*) 121 + kitcreator="./build/make-kit-linux-i386" 122 + xcompile="1" 120 123 ;; 121 124 android-arm|android-arm-*|\ 122 125 linux-mipsel|linux-mipsel-*|\ 123 - linux-i386|linux-i386-*|\ 124 126 linux-amd64|linux-amd64-*|\ 125 127 solaris-i386|solaris-i386-*|\ 126 128 solaris-amd64|solaris-amd64-*|\ 127 129 solaris-sparc|solaris-sparc-*|\ 128 130 solaris-sparc64|solaris-sparc64-*|\ 129 131 freebsd-amd64|freebsd-amd64-*|\ 130 132 netbsd-i386|netbsd-i386-*|\