File: all.tcl

package info (click to toggle)
itcl3 3.4.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,596 kB
  • sloc: ansic: 9,911; sh: 421; tcl: 153; makefile: 65
file content (16 lines) | stat: -rwxr-xr-x 372 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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-2000 by Ajuba Solutions
# All rights reserved.

package require Tcl 8.4
package require tcltest 2.1

tcltest::testsDirectory [file dir [info script]]
tcltest::runAllTests

return