diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-01-03 21:51:01 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-01-03 21:51:01 (GMT) |
commit | a780057cc1b51dd3a557549c3cf2431f09136c0d (patch) | |
tree | 717f78052c55596449b27743171d7e170c4d39a0 /tkimg/tiff/tests/all.tcl | |
parent | 7749430b9352c1eaf5dca7d8a89a6d35f565ef24 (diff) | |
download | blt-a780057cc1b51dd3a557549c3cf2431f09136c0d.zip blt-a780057cc1b51dd3a557549c3cf2431f09136c0d.tar.gz blt-a780057cc1b51dd3a557549c3cf2431f09136c0d.tar.bz2 |
upgrade tkimg to 1.4.6
Diffstat (limited to 'tkimg/tiff/tests/all.tcl')
-rw-r--r-- | tkimg/tiff/tests/all.tcl | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/tkimg/tiff/tests/all.tcl b/tkimg/tiff/tests/all.tcl deleted file mode 100644 index 672eef7..0000000 --- a/tkimg/tiff/tests/all.tcl +++ /dev/null @@ -1,24 +0,0 @@ -# all.tcl -- -*- tcl -*- -# -# Import common functionality, then run the tests in this directory. -# -# Copyright (c) 2002 Andreas Kupries <andreas_kupries@users.sourceforge.net> -# All rights reserved. -# -# RCS: @(#) $Id: all.tcl,v 1.1.1.1 2016/01/25 21:20:47 joye Exp $ - -set _pwd [pwd] -cd [file dirname [file join [pwd] [info script]]] -set _here [pwd] -cd $_pwd -source [file join [file dirname [file dirname $_here]] tests all.tcl] -unset _pwd _here - -set ::tcltest::testSingleFile false -set ::tcltest::testsDirectory [file dirname [info script]] - -# We need to ensure that the testsDirectory is absolute -::tcltest::normalizePath ::tcltest::testsDirectory - -run_tests -exit |