~ubuntu-branches/debian/sid/itcl4/sid

« back to all changes in this revision

Viewing changes to tests/all.tcl

  • Committer: Package Import Robot
  • Author(s): Sergei Golovan
  • Date: 2018-03-06 11:36:54 UTC
  • Revision ID: package-import@ubuntu.com-20180306113654-w3oht8cjhtftrxby
Tags: upstream-4.1.1
ImportĀ upstreamĀ versionĀ 4.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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-2000 by Ajuba Solutions
 
8
# All rights reserved.
 
9
 
 
10
package require tcltest 2.1
 
11
 
 
12
tcltest::testsDirectory [file dir [info script]]
 
13
tcltest::runAllTests
 
14
 
 
15
return