Re: Compiling and linking unit tests without running them
Re: Compiling and linking unit tests without running them
- Subject: Re: Compiling and linking unit tests without running them
- From: Felix Franz <email@hidden>
- Date: Wed, 10 Sep 2008 18:18:41 +0200
On 10.09.2008, at 17:59, Sean McBride wrote:
Hi all,
When one builds a unit test target, Xcode compiles, links, and runs
the
tests. Is it possible to omit running the tests?
your unit test target contains a "Run Script phase" which invokes the
RunUnitTests
script. Comment out the line
"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests"
and your tests will not run.
Cheers,
felix
_______________________________________________
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