summaryrefslogtreecommitdiffstats
path: root/Tests/BundleTest
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Add indirect dependency to Carbon and call a Carbon function from ↵David Cole2008-09-023-2/+31
| | | | executable. This will allow detecting broken dependency chaining for '-framework blah' style lib dependencies.
* ENH: Changes that allow configuring/building BundleTest test separately from ↵David Cole2008-08-272-5/+5
| | | | the main CMake build. (Eliminate reference to CMake_SOURE_DIR.)
* ENH: preclean some warningsKen Martin2008-03-251-0/+1
|
* ENH: Add InstallNameFixupPath to support installing built frameworks on the ↵David Cole2007-08-242-6/+6
| | | | Mac. Change Application to Applications in the BundleTest. Also correct small typo (tcl->Tcl) noted in bug 4572.
* ENH: Improve the test to create a bundle in the subdirectoryAndy Cedilnik2006-07-062-1/+40
|
* BUG: If the source file specified is not in a source tree, do not use full ↵Andy Cedilnik2006-07-052-1/+5
| | | | path to the file
* ENH: add a test for find framework stuff in find_library, and fix the ↵Bill Hoffman2006-03-291-0/+31
| | | | framework search stuff
* ENH: Check if files existAndy Cedilnik2006-03-282-4/+67
|
* ENH: Add support for adding content to bundlesAndy Cedilnik2006-03-283-1/+37
|
* ENH: Add package to bundle testAndy Cedilnik2006-03-101-0/+3
|
* BUG: Fixed installation of MacOSX Bundle executables and the corresponding ↵Brad King2006-03-033-1/+26
| | | | install_name remapping support. Extended the BundleTest test to check that this all works. Part of these fixes required changing the signature of AppendDirectoryForConfig in all generators. It now accepts prefix and suffix strings to deal with whether leading or trailing slashes should be included with the configuration subdirectory.
* ENH: add a bundle testBill Hoffman2005-07-132-0/+8