OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / util / src / TclTk / tcl8.6.4 / pkgs / sqlite3.8.8.3 / tests / all.tcl
diff --git a/util/src/TclTk/tcl8.6.4/pkgs/sqlite3.8.8.3/tests/all.tcl b/util/src/TclTk/tcl8.6.4/pkgs/sqlite3.8.8.3/tests/all.tcl
deleted file mode 100644 (file)
index 3ed02eb..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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 {}