]> git.sven.stormbind.net Git - sven/mysqltcl.git/blobdiff - tests/libload.tcl
Imported Upstream version 3.05
[sven/mysqltcl.git] / tests / libload.tcl
diff --git a/tests/libload.tcl b/tests/libload.tcl
new file mode 100755 (executable)
index 0000000..66a71dd
--- /dev/null
@@ -0,0 +1,8 @@
+set file libmysqltcl3.05
+
+if {[file exists ./${file}[info sharedlibextension]]} {
+    load ./${file}[info sharedlibextension]
+} else {
+    load ../${file}[info sharedlibextension]
+}
+