X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=util%2Fsrc%2FTclTk%2Ftcl8.6.12%2Fpkgs%2Fsqlite3.36.0%2Ftests%2Fall.tcl;fp=util%2Fsrc%2FTclTk%2Ftcl8.6.12%2Fpkgs%2Fsqlite3.36.0%2Ftests%2Fall.tcl;h=3ed02ebf00370565ac61196a3de4da6d086a9f1a;hb=a5fac4c3be12f7d1c3c220e0c26890b05f28d35f;hp=0000000000000000000000000000000000000000;hpb=c07e8e55373b9730110d8e425119f05a1cd93e52;p=eos%2Fbase.git diff --git a/util/src/TclTk/tcl8.6.12/pkgs/sqlite3.36.0/tests/all.tcl b/util/src/TclTk/tcl8.6.12/pkgs/sqlite3.36.0/tests/all.tcl new file mode 100644 index 0000000000..3ed02ebf00 --- /dev/null +++ b/util/src/TclTk/tcl8.6.12/pkgs/sqlite3.36.0/tests/all.tcl @@ -0,0 +1,20 @@ +# all.tcl -- +# +# This file contains a top-level script to run all of the Tcl +# tests. Execute it by invoking "source all.test" when running tcltest +# in this directory. +# +# Copyright (c) 1998-1999 by Scriptics Corporation. +# Copyright (c) 2000 by Ajuba Solutions +# +# See the file "license.terms" for information on usage and redistribution +# of this file, and for a DISCLAIMER OF ALL WARRANTIES. + +package require tcltest 2.2 +namespace import tcltest::* +configure {*}$argv -testdir [file dir [info script]] +if {[singleProcess]} { + interp debug {} -frame 1 +} +runAllTests +proc exit args {}