aboutsummaryrefslogtreecommitdiff
path: root/tcltests/test_package.tcl
blob: 439bfa370be399f4be633bc9ac2e467b96d15cea (plain)
1
2
3
4
5
6
7
lappend ::auto_path [pwd]

set v [package require testmod]

check "package version" $v 2.0
check "testmod #1" [testmod 1] 1
check "testmod #2" [testmod 2] 2