summaryrefslogtreecommitdiffstats
path: root/tests/macOSXLoad.test
Commit message (Collapse)AuthorAgeFilesLines
* * tests/macOSXLoad.test (new file): add testing of .bundle loading anddas2006-12-171-0/+35
* tests/load.test: unloading on Darwin (in addition to * tests/unload.test: existing tests of .dylib loading). * macosx/Tcl.xcodeproj/project.pbxproj: add building of dltest binaries so that testsuite run from Xcode can use them; fix testsuite run script. * unix/configure.in: add support for building dltest binaries as * unix/dltest/Makefile.in: .bundle (in addition to .dylib) on Darwin. * unix/Makefile.in: add stub lib dependency to dltest target. * unix/configure: autoconf-2.59