From: KATO K. <k.k...@gm...> - 2008-06-17 16:06:11
|
[tcltest] is not a module of tcllib but the more standard command. Therefore, it can be said that it naturally is not written as a document of tcllib. About how to write a test script: A source code is very often a good document especially to write one. testsuits written by me may be consulted. [modules/yaml/huddle.test, yaml.test] It can operate as an independent simple-test and operates also as a series of tests of sak.tcl. ---------------------------------------- $ cd modules/yaml; tclsh huddle.test or $ sak test run modules/yaml ---------------------------------------- About [devtools], the author's Mr.Andreas Kupries will reply. |