Sha256: 5711f944bec6da5718fec3c8562bbc82c43b5989123a706ba7a16fe9aca266a4

Contents?: true

Size: 373 Bytes

Versions: 6

Compression:

Stored size: 373 Bytes

Contents

#
# source all tests.
#
package require tcltest 2

namespace eval tile {
    set dir [file dirname [info script]]
    set ::tcltest::testsDirectory $dir
    set library [set ::env(TILE_LIBRARY) [file join $dir .. library]]
}
lappend auto_path [pwd] $::tile::library

eval tcltest::configure $::argv
tcltest::runAllTests

if {![catch { package present Tk }]} {
	destroy .
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
Pratt-1.6.8 pkgs/tile-0.8.2/tests/all.tcl
Pratt-1.6.5 pkgs/tile-0.8.2/tests/all.tcl
Pratt-1.6.4 pkgs/tile-0.8.2/tests/all.tcl
Pratt-1.6.2 pkgs/tile-0.8.2/tests/all.tcl
Pratt-1.5.8 pkgs/tile-0.8.2/tests/all.tcl
Pratt-1.5.6 pkgs/tile-0.8.2/tests/all.tcl