aboutsummaryrefslogtreecommitdiff
path: root/tests/all.tcl
diff options
context:
space:
mode:
authorlecoanet2003-04-16 10:16:03 +0000
committerlecoanet2003-04-16 10:16:03 +0000
commitc369dceef1a8e57426a9bec1b2751bd3e9c3a244 (patch)
tree94def9c636d3b13ade26f746c26622ebb0b08792 /tests/all.tcl
parentbe9279836d090eeb1196c31583fe2a5b596c2473 (diff)
downloadtkzinc-c369dceef1a8e57426a9bec1b2751bd3e9c3a244.zip
tkzinc-c369dceef1a8e57426a9bec1b2751bd3e9c3a244.tar.gz
tkzinc-c369dceef1a8e57426a9bec1b2751bd3e9c3a244.tar.bz2
tkzinc-c369dceef1a8e57426a9bec1b2751bd3e9c3a244.tar.xz
Some test files for testing the tests
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