summaryrefslogtreecommitdiffstats
path: root/tests/all
diff options
context:
space:
mode:
authorhershey <hershey>1998-12-07 23:29:00 (GMT)
committerhershey <hershey>1998-12-07 23:29:00 (GMT)
commit575fead6396f86bad234914e97eaae770068b356 (patch)
tree506885307365619aeb650c2a083fc8e4bdf53901 /tests/all
parent837e87fa8ee3663820323fef7e3e0f244ad7be83 (diff)
downloadtk-575fead6396f86bad234914e97eaae770068b356.zip
tk-575fead6396f86bad234914e97eaae770068b356.tar.gz
tk-575fead6396f86bad234914e97eaae770068b356.tar.bz2
- updated filebox test to work regardless of current working dir.
- updated imgPhoto to check for teapot.ppm before running the tests. exits gracefully if file cannot be found. - lint in "all" file
Diffstat (limited to 'tests/all')
-rw-r--r--tests/all4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/all b/tests/all
index 92e7096..ebfbc13 100644
--- a/tests/all
+++ b/tests/all
@@ -2,7 +2,7 @@
# tests. Execute it by invoking "source all" when running tclTest
# in this directory.
#
-# RCS: @(#) $Id: all,v 1.3 1998/12/04 04:19:12 hershey Exp $
+# RCS: @(#) $Id: all,v 1.4 1998/12/07 23:29:00 hershey Exp $
set TESTS_DIR [file join [pwd] [file dirname [info script]]]
source [file join $TESTS_DIR defs]
@@ -12,7 +12,7 @@ catch {array set flag $argv}
set requiredSourceFiles [list arc.tcl bugs.tcl butGeom2.tcl \
canvPsBmap.tcl canvPsText.tcl bevel.tcl butGeom.tcl \
canvPsArc.tcl canvPsGrph.tcl cmap.tcl filebox.test \
- option.file1 option.file2 visual defs]
+ option.file1 option.file2 visual README defs]
#
# Set the TMP_DIR to pwd or the arg of -tmpdir, if given.