Tcl Source Code

Artifact [a18c424403]
Login

Artifact a18c42440335c846049cfaef7da5dcd28a656de9:

Attachment "foo.test" to ticket [541637ffff] added by kenstir 2002-04-10 00:25:41.
package require tcltest
#source /home/kenstir/src/sf/tcl/library/tcltest/tcltest.tcl
puts "got vers [package provide tcltest]"

tcltest::test CommandLineRunner-1.1 {run w/ a basic test class file} {
    -body {
        puts stdout here...
    }
    -result {}
    -output "here...\n"
}

tcltest::cleanupTests