| Rev | Line |   | 
|---|
| [25] | 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.19 2006/11/03 00:34:52 hobbs Exp $ | 
|---|
 | 14 |  | 
|---|
 | 15 | package require Tcl 8.5 | 
|---|
 | 16 | package require tcltest 2.2 | 
|---|
 | 17 | namespace import tcltest::* | 
|---|
 | 18 | configure {*}$argv -testdir [file dir [info script]] | 
|---|
 | 19 | runAllTests | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.