X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fmysqltcl.git;a=blobdiff_plain;f=tests%2Flibload.tcl;fp=tests%2Flibload.tcl;h=66a71dd67bf1b25c401de384de68ef997e0461de;hp=0000000000000000000000000000000000000000;hb=8b83892bf9d924349d5e09c88f16790a8086a950;hpb=b47a140e1d8fa10b34c244d077b2a3a7f36c7ff8 diff --git a/tests/libload.tcl b/tests/libload.tcl new file mode 100755 index 0000000..66a71dd --- /dev/null +++ b/tests/libload.tcl @@ -0,0 +1,8 @@ +set file libmysqltcl3.05 + +if {[file exists ./${file}[info sharedlibextension]]} { + load ./${file}[info sharedlibextension] +} else { + load ../${file}[info sharedlibextension] +} +