Re: Unit Testing Frameworks
Re: Unit Testing Frameworks
- Subject: Re: Unit Testing Frameworks
- From: Chris Hanson <email@hidden>
- Date: Mon, 08 Dec 2008 02:08:27 -0800
On Dec 7, 2008, at 8:11 PM, Thaddeus Cooper wrote:
Now that that's fixed I'm trying to get debugging of the framework
working and I keep getting a launch path not accessible error. I
added the executable target and set the arguments to
-SenTest All
Section Tests.octest
This will be interpreted as 4 arguments, not the 3 that it needs to
be; as a convenience, Xcode will let you put multiple arguments
separated by spaces in a single entry in the Arguments table.
Try putting quotes around the name of your test bundle, e.g. "Section
Tests.octest", so it's interpreted as a single argument.
-- Chris
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden