File: all.tcl

package info (click to toggle)
itcl3 3.4.1-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,956 kB
  • ctags: 1,005
  • sloc: ansic: 9,891; sh: 421; tcl: 153; makefile: 62
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