Overview
Comment: | Updated tests |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | c24deea7f7ee6b87ec3c721582fc46bec2015f1f |
User & Date: | rkeene on 2014-05-05 02:46:16 |
Other Links: | manifest | tags |
Context
2014-05-06
| ||
05:01 | Moved from tcc to tcc4tcl check-in: 9c03031641 user: rkeene tags: trunk | |
2014-05-05
| ||
02:46 | Updated tests check-in: c24deea7f7 user: rkeene tags: trunk | |
2014-05-04
| ||
17:58 | Updated to support linking Tk dynamically check-in: 4b893326f5 user: rkeene tags: trunk | |
Changes
Modified build/test/test from [2dc0e708ac] to [6db1120537].
110 110 win32|win32-*) 111 111 kitcreator="./build/make-kit-win32" 112 112 xcompile="1" 113 113 runnable="1" 114 114 kitruncmd="wine" 115 115 ;; 116 116 win64|win64-*) 117 - kitcreator="./build/make-kit-win32" 117 + kitcreator="./build/make-kit-win64" 118 118 xcompile="1" 119 119 runnable="1" 120 120 kitruncmd="wine64" 121 121 ;; 122 122 linux-mipsel-min|linux-mipsel-min-kitdll) 123 123 kitcreator="./build/make-kit-linux-mipsel" 124 124 runnable="0" ................................................................................ 125 125 xcompile="1" 126 126 notk="1" 127 127 iszip="1" 128 128 ;; 129 129 linux-i386|linux-i386-*) 130 130 kitcreator="./build/make-kit-linux-i386" 131 131 xcompile="1" 132 + runnable="0" 132 133 ;; 133 134 android-arm|android-arm-*|\ 134 135 linux-mipsel|linux-mipsel-*|\ 135 136 linux-amd64|linux-amd64-*|\ 136 137 solaris-i386|solaris-i386-*|\ 137 138 solaris-amd64|solaris-amd64-*|\ 138 139 solaris-sparc|solaris-sparc-*|\