From: KATO K. <k.k...@gm...> - 2009-05-24 03:39:43
|
When I single-tested tcllib/yaml.test, I found "package require yaml" put teapot/yaml-0.3.3.tm before "./yaml.tcl". So I had to rename yaml-0.3.3.tm to yaml-0.3.3.tm.nouse. How to escape this problem? I implement for single test for yaml.test beginning. -------------------------------------------------------- # lappend auto_path [pwd] set auto_path [linsert $auto_path 0 [pwd]] package require tcltest namespace import ::tcltest::* puts [package require yaml] -------------------------------------------------------- |