Differences From Artifact [16cdb3f5e8]:
- Executable file tests/all.tcl — part of check-in [a97748bfa1] at 2011-09-30 23:07:35 on branch trunk — Run tests from source to support code coverage. (user: peter.spjuth@gmail.com size: 1323)
To Artifact [c29b6327d7]:
- Executable file tests/all.tcl — part of check-in [add4d88427] at 2011-10-27 14:56:31 on branch trunk — Rebuilt rev-detection to handle any dir depth. Detect .fos as fossil indicator. (user: peter.spjuth@gmail.com size: 1377)
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | + + + + | lappend auto_path eskil.vfs/lib package require tcltest 2.2 namespace import tcltest::* tcltest::configure -verbose "body error" #testConstraint knownbug 1 #tcltest::configure -match print-* if {$argc > 0} { eval tcltest::configure $argv } package require Tk wm withdraw . set ::eskil_testsuite 1 if {[file exists eskil.vfs/src/eskil.tcl_i]} { |
︙ |