aboutsummaryrefslogtreecommitdiff
path: root/tests/all.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all.tcl')
-rw-r--r--tests/all.tcl8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/all.tcl b/tests/all.tcl
new file mode 100644
index 0000000..cb36d08
--- /dev/null
+++ b/tests/all.tcl
@@ -0,0 +1,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