summaryrefslogtreecommitdiffstats
path: root/tests/ttk/all.tcl
blob: 75aa035ee8bbd1f1c92b670e37b3221fecd96fa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# source all tests.
#
package require tcltest 2.1

package require Tk 8.5 ;# This is the Tk test suite; fail early if no Tk!

tcltest::configure -testdir [file join [pwd] [file dirname [info script]]]

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

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