aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runtest.all/remote.test
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/runtest.all/remote.test')
-rw-r--r--testsuite/runtest.all/remote.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/runtest.all/remote.test b/testsuite/runtest.all/remote.test
index 23888c6..af72664 100644
--- a/testsuite/runtest.all/remote.test
+++ b/testsuite/runtest.all/remote.test
@@ -13,6 +13,11 @@ if [ file exists $srcdir/$subdir/default_procs.tcl ] {
puts "ERROR: $srcdir/$subdir/default_procs.tcl doesn't exist"
}
+proc load_lib { lib } {
+ global srcdir
+ source "$srcdir/../lib/$lib"
+}
+
set file $srcdir/../lib/remote.exp
if [ file exists $file] {
source $file