• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Compiling and linking unit tests without running them
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Compiling and linking unit tests without running them (From: "Sean McBride" <email@hidden>)

  • Prev by Date: Re: Compiling and linking unit tests without running them
  • Next by Date: duplicate symbols in debug build only
  • Previous by thread: Re: Compiling and linking unit tests without running them
  • Next by thread: duplicate symbols in debug build only
  • Index(es):
    • Date
    • Thread