diff options
-rw-r--r-- | tests/all.tcl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/all.tcl b/tests/all.tcl index 628710e..d8dbd25 100644 --- a/tests/all.tcl +++ b/tests/all.tcl @@ -8,15 +8,11 @@ # Copyright (c) 2000 by Ajuba Solutions # All rights reserved. # -# RCS: @(#) $Id: all.tcl,v 1.13 2001/09/11 17:30:44 andreas_kupries Exp $ +# RCS: @(#) $Id: all.tcl,v 1.14 2001/09/11 18:03:05 andreas_kupries Exp $ set tcltestVersion [package require tcltest] namespace import -force tcltest::* -tcltest::singleProcess 1 -tcltest::matchFiles socket.test -tcltest::verbose {pass start} - tcltest::testsDirectory [file dir [info script]] tcltest::runAllTests |