summaryrefslogtreecommitdiffstats
path: root/tkhtml1/tests/all.test
diff options
context:
space:
mode:
Diffstat (limited to 'tkhtml1/tests/all.test')
-rw-r--r--tkhtml1/tests/all.test8
1 files changed, 8 insertions, 0 deletions
diff --git a/tkhtml1/tests/all.test b/tkhtml1/tests/all.test
new file mode 100644
index 0000000..4a1d17d
--- /dev/null
+++ b/tkhtml1/tests/all.test
@@ -0,0 +1,8 @@
+# Run all tests
+#
+cd [file dirname $argv0]
+set me [file tail $argv0]
+foreach file [lsort -dictionary [glob *.test]] {
+ if {$file==$me} continue
+ source $file
+}