Differences From Artifact [ac78f28fab]:
- Executable file
build/test/test
— part of check-in
[aa00b0ada2]
at
2012-05-13 18:50:59
on branch trunk
— Updated to use standard cross-compile script for Linux/MIPS target
Updated to include "mips" support in fake uname
Updated to not use fake uname for "mips" (user: rkeene, size: 15063) [annotate] [blame] [check-ins using]
To Artifact [3dddaeddf2]:
- Executable file build/test/test — part of check-in [f3de07d723] at 2012-08-03 14:42:01 on branch trunk — Updated test suite to use Tcl/Tk 8.5.12 (user: rkeene, size: 15063) [annotate] [blame] [check-ins using]
1 2 | #! /bin/bash | | | 1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
VERSIONS="8.4.19 8.5.12 cvs_HEAD"
# Find the base directory
for x in 1 2 3 4 __fail__; do
if [ "${x}" = "__fail__" ]; then
echo 'Unable to find KitCreator, aborting.' >&2
exit 1
|
| ︙ | ︙ |