Index: tests/speedtest.xotcl =================================================================== diff -u -r90f13fe04f5c707be3b56808a8a7992adab1855f -ra976b7c6a116f584114d2612494aaaa8e8028387 --- tests/speedtest.xotcl (.../speedtest.xotcl) (revision 90f13fe04f5c707be3b56808a8a7992adab1855f) +++ tests/speedtest.xotcl (.../speedtest.xotcl) (revision a976b7c6a116f584114d2612494aaaa8e8028387) @@ -1,10 +1,13 @@ #memory trace on # $Id: speedtest.xotcl,v 1.10 2007/08/14 16:38:27 neumann Exp $ -package require XOTcl +package require XOTcl 1 namespace import -force xotcl::* -lappend auto_path [file dirname [info script]]/.. -package require xotcl::test +#set auto_path [concat [file dirname [info script]]/../library/lib $auto_path] +set auto_path [concat [file dirname [info script]]/../library/lib/ $auto_path] +puts stderr "I AM [pwd] -- [file dirname [info script]]/.. -- auto=$auto_path" +package require xotcl::test 1 + @ @File {description { Regression and speed test for various ways to achieve a similar behaviour.