]> git.sven.stormbind.net Git - sven/mysqltcl.git/blob - tests/libload.tcl
According to dev-ref 6.2.2 the short description is no sentence so we should start...
[sven/mysqltcl.git] / tests / libload.tcl
1 set file libmysqltcl3.05
2
3 if {[file exists ./${file}[info sharedlibextension]]} {
4     load ./${file}[info sharedlibextension]
5 } else {
6     load ../${file}[info sharedlibextension]
7 }
8