Re: unit testing with SenTestingKit, please hold my hand
Re: unit testing with SenTestingKit, please hold my hand
- Subject: Re: unit testing with SenTestingKit, please hold my hand
- From: Chris Hanson <email@hidden>
- Date: Sun, 10 Dec 2006 14:40:40 -0800
On Dec 10, 2006, at 2:30 PM, Matt Neuburg wrote:
On Wed, 6 Dec 2006 14:49:50 -0800, Chris Hanson <email@hidden> said:
You don't need to add SenTestingKit.framework to a Cocoa unit test
bundle target created from the Xcode template, because by default
it's
referenced as "-framework SenTestingKit" in Other Linker Flags.
Not on my machine. I just tried it. I added a Cocoa Unit Test bundle
target
to a clean project, and the Other Linker Flags for that target says:
-framework Carbon -framework CPlusTest
If you see this, you've added a "Carbon Unit Test Bundle" target to
your project, not a "Cocoa Unit Test Bundle" target. There are "Unit
Test Bundle" target templates in both the Carbon and Cocoa groups in
the New Target window, and they generate an appropriate unit test
bundle target for the given technology.
-- Chris
_______________________________________________
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