diff options
author | hershey <hershey> | 1998-12-07 23:29:00 (GMT) |
---|---|---|
committer | hershey <hershey> | 1998-12-07 23:29:00 (GMT) |
commit | 575fead6396f86bad234914e97eaae770068b356 (patch) | |
tree | 506885307365619aeb650c2a083fc8e4bdf53901 /tests/all | |
parent | 837e87fa8ee3663820323fef7e3e0f244ad7be83 (diff) | |
download | tk-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/all | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |