summaryrefslogtreecommitdiffstats
path: root/tests/all.tcl
blob: f83536d71dc4339aea101852a4b2ebf5cf4bad09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# all.tcl --
#
# This file contains a top-level script to run all of the Tcl
# tests.  Execute it by invoking "source all.test" when running tcltest
# in this directory.
#
# Copyright (c) 1998-1999 by Scriptics Corporation.
# Copyright (c) 2000 by Ajuba Solutions
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
# 
# RCS: @(#) $Id: all.tcl,v 1.18 2004/10/30 02:16:52 dgp Exp $

package require Tcl 8.5
package require tcltest 2.2
namespace import tcltest::*
configure {expand}$argv -testdir [file dir [info script]]
runAllTests