os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/tests/all.tcl
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 # all.tcl --
     2 #
     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
     5 # in this directory.
     6 #
     7 # Copyright (c) 1998-1999 by Scriptics Corporation.
     8 # Copyright (c) 2000 by Ajuba Solutions
     9 #
    10 # See the file "license.terms" for information on usage and redistribution
    11 # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    12 # 
    13 # RCS: @(#) $Id: all.tcl,v 1.16 2002/04/10 19:57:15 hobbs Exp $
    14 
    15 set tcltestVersion [package require tcltest]
    16 namespace import -force tcltest::*
    17 
    18 if {$tcl_platform(platform) == "macintosh"} {
    19 	tcltest::singleProcess 1
    20 }
    21 
    22 tcltest::testsDirectory [file dir [info script]]
    23 tcltest::runAllTests
    24 
    25 return