summaryrefslogtreecommitdiffstats
path: root/tkhtml1/tests/all.test
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-07 19:38:30 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-07 19:38:30 (GMT)
commit917eac6db5489b4256a4ba42d89df60e80906894 (patch)
treefb96917e1f49ca7bcef7efc1107c1306f604a471 /tkhtml1/tests/all.test
parent09e487f0e296d4f8b4d8f52913e0853cd6267ab1 (diff)
downloadblt-917eac6db5489b4256a4ba42d89df60e80906894.zip
blt-917eac6db5489b4256a4ba42d89df60e80906894.tar.gz
blt-917eac6db5489b4256a4ba42d89df60e80906894.tar.bz2
update TEA 3.13
Diffstat (limited to 'tkhtml1/tests/all.test')
-rw-r--r--tkhtml1/tests/all.test8
1 files changed, 0 insertions, 8 deletions
diff --git a/tkhtml1/tests/all.test b/tkhtml1/tests/all.test
deleted file mode 100644
index 4a1d17d..0000000
--- a/tkhtml1/tests/all.test
+++ /dev/null
@@ -1,8 +0,0 @@
-# Run all tests
-#
-cd [file dirname $argv0]
-set me [file tail $argv0]
-foreach file [lsort -dictionary [glob *.test]] {
- if {$file==$me} continue
- source $file
-}