summaryrefslogtreecommitdiffstats
path: root/tcl8.6/tests/tcltests.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcl8.6/tests/tcltests.tcl')
-rw-r--r--tcl8.6/tests/tcltests.tcl11
1 files changed, 0 insertions, 11 deletions
diff --git a/tcl8.6/tests/tcltests.tcl b/tcl8.6/tests/tcltests.tcl
deleted file mode 100644
index 74d1b40..0000000
--- a/tcl8.6/tests/tcltests.tcl
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /usr/bin/env tclsh
-
-package require tcltest 2.2
-namespace import ::tcltest::*
-
-testConstraint exec [llength [info commands exec]]
-testConstraint fcopy [llength [info commands fcopy]]
-testConstraint fileevent [llength [info commands fileevent]]
-testConstraint thread [
- expr {0 == [catch {package require Thread 2.7-}]}]
-testConstraint notValgrind [expr {![testConstraint valgrind]}]