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 1 #! /bin/bash 2 2 3 -VERSIONS="8.4.19 8.5.11 cvs_HEAD" 3 +VERSIONS="8.4.19 8.5.12 cvs_HEAD" 4 4 5 5 # Find the base directory 6 6 for x in 1 2 3 4 __fail__; do 7 7 if [ "${x}" = "__fail__" ]; then 8 8 echo 'Unable to find KitCreator, aborting.' >&2 9 9 10 10 exit 1