summaryrefslogtreecommitdiff
path: root/expect/tests/all
diff options
context:
space:
mode:
Diffstat (limited to 'expect/tests/all')
-rw-r--r--expect/tests/all10
1 files changed, 10 insertions, 0 deletions
diff --git a/expect/tests/all b/expect/tests/all
new file mode 100644
index 00000000000..4cf88f929ce
--- /dev/null
+++ b/expect/tests/all
@@ -0,0 +1,10 @@
+# This file contains a top-level script to run all of the Tcl
+# tests. Execute it by invoking "source all" when running tclTest
+# in this directory.
+#
+
+foreach i [lsort [glob *.test]] {
+ puts stdout $i
+ source $i
+}
+exit ;# required for DejaGNU, I don't know why - DEL \ No newline at end of file