all.tcl
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. # all.tcl --
  2. #
  3. # This file contains a top-level script to run all of the Tk
  4. # tests.  Execute it by invoking "source all.tcl" when running tktest
  5. # in this directory.
  6. #
  7. # Copyright (c) 1998-1999 by Scriptics Corporation.
  8. #
  9. # See the file "license.terms" for information on usage and redistribution
  10. # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  11. # RCS: @(#) $Id: all.tcl,v 1.7.2.1 2005/02/14 09:24:42 dkf Exp $
  12. package require Tcl 8.4
  13. package require tcltest 2.1
  14. package require Tk ;# This is the Tk test suite; fail early if no Tk!
  15. tcltest::configure -testdir [file join [pwd] [file dirname [info script]]]
  16. tcltest::configure -singleproc 1
  17. eval tcltest::configure $argv
  18. tcltest::runAllTests