Re: C++ TDD in xcode
Re: C++ TDD in xcode
- Subject: Re: C++ TDD in xcode
- From: Chris Hanson <email@hidden>
- Date: Sat, 11 Dec 2004 14:32:27 -0800
On Dec 10, 2004, at 1:57 AM, Thaddaeus Frogley wrote:
The test
client is dependant on both the test-framework, and the static library
that it tests (of course) but I'd quite like to have the test client
built and run as part of the over-all build process (perhaps an
aggregate target?), with it's output fed to the build results window
and have the build fail if the test suite fails.
Just add a script build phase that runs the test client to the test
client target, after all its other build phases.
-- 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