Re: Unit testing of Frameworks - CPPUnit
Re: Unit testing of Frameworks - CPPUnit
- Subject: Re: Unit testing of Frameworks - CPPUnit
- From: Philip Aker <email@hidden>
- Date: Thu, 8 Mar 2007 18:11:56 -0800
On 2007-03-08, at 17:38:31, George Lawrence Storm wrote:
I have a unit test for a framewoks that I created. When I run it
from Xcode it finds the framework as long as it is in the same
folder as the test tool. If I run the test tool outside of the IDE
it does not find it unless I install it in /Library/Frameworks.
But that is the correct place to install it you say? Yes but it is
making the manager of our build farm unhappy, he does not waht to
grant me permission.
As this is a tool and not an application I cannot install it in the
tool. Is there a way of having a tool find a frameworks in a non
standard directory? For the end product I need to run this from an
ant script.
You need to set the install path for the framework (something like
"@executable_path/../xxx") and/or man dyld. Xcode has a help page for
the framework settings. What I've done a couple of times is build the
tool inside the framework.
Philip Aker
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden