Re: Testing 32/64 bit and/or PPC
Re: Testing 32/64 bit and/or PPC
- Subject: Re: Testing 32/64 bit and/or PPC
- From: Timothy Reaves <email@hidden>
- Date: Sat, 29 Aug 2009 11:56:20 -0400
On Aug 28, 2009, at 11:13 PM, Chris Idou wrote:
If you have a universal binary, 32/64 and/or PPC, is there a way to
force it to run
one way or the other for testing purposes?
There is, but you probably shouldn't. A Universal binary needs to
have the tests run for all platforms, as it's very easy to write code,
and a test for that code, where the test passes, but the code will
fail on a different platform. It takes more time to run the tests,
but forcing them to run on only one platform (for a Universal) defeats
the purpose of testing.
_______________________________________________
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