]> git.sven.stormbind.net Git - sven/mysqltcl.git/blob - tests/libload.tcl
Increment Standards-Version to 3.9.3 - no changes required.
[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