tcltest: do a better job of cleanup up after tests
[jimtcl.git] / README.extensions
blob0eaca1c8e2294884b7cb725ca5af9853175f0da7
1 The /lib/jim directory contains both dynamically loadable extensions
2 and pure-Tcl extensions.
4 Dynamically loadable extensions must have a .so file extension
5 Tcl extensions must have a .tcl file extension
7 As long as /lib/jim is in $::auto_path (it is by default), extension
8 abc can be loaded with:
10   package require abc
12 First abc.so will be tried, and then abc.tcl
14 Note that this directory may be something like /lib/jim, /usr/lib/jim or
15 /usr/local/lib/jim, depending upon where jim was installed.