os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/tests/all.tcl
Update contrib.
3 # This file contains a top-level script to run all of the Tcl
4 # tests. Execute it by invoking "source all.test" when running tcltest
7 # Copyright (c) 1998-1999 by Scriptics Corporation.
8 # Copyright (c) 2000 by Ajuba Solutions
10 # See the file "license.terms" for information on usage and redistribution
11 # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
13 # RCS: @(#) $Id: all.tcl,v 1.16 2002/04/10 19:57:15 hobbs Exp $
15 set tcltestVersion [package require tcltest]
16 namespace import -force tcltest::*
18 if {$tcl_platform(platform) == "macintosh"} {
19 tcltest::singleProcess 1
22 tcltest::testsDirectory [file dir [info script]]