os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/tests/all.tcl
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/tests/all.tcl Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,25 @@
1.4 +# all.tcl --
1.5 +#
1.6 +# This file contains a top-level script to run all of the Tcl
1.7 +# tests. Execute it by invoking "source all.test" when running tcltest
1.8 +# in this directory.
1.9 +#
1.10 +# Copyright (c) 1998-1999 by Scriptics Corporation.
1.11 +# Copyright (c) 2000 by Ajuba Solutions
1.12 +#
1.13 +# See the file "license.terms" for information on usage and redistribution
1.14 +# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
1.15 +#
1.16 +# RCS: @(#) $Id: all.tcl,v 1.16 2002/04/10 19:57:15 hobbs Exp $
1.17 +
1.18 +set tcltestVersion [package require tcltest]
1.19 +namespace import -force tcltest::*
1.20 +
1.21 +if {$tcl_platform(platform) == "macintosh"} {
1.22 + tcltest::singleProcess 1
1.23 +}
1.24 +
1.25 +tcltest::testsDirectory [file dir [info script]]
1.26 +tcltest::runAllTests
1.27 +
1.28 +return