aboutsummaryrefslogtreecommitdiff
path: root/tests/all.tcl
blob: cb36d0805b36d090a07e67c4e950d85d0465eec1 (plain)
1
2
3
4
5
6
7
8

package require Tcl 8.4
package require tcltest 2.2

tcltest::configure -testdir [file dir [file normalize [info script]]]
eval tcltest::configure $argv

tcltest::runAllTests