C++ TDD in xcode
C++ TDD in xcode
- Subject: C++ TDD in xcode
- From: Thaddaeus Frogley <email@hidden>
- Date: Fri, 10 Dec 2004 10:57:10 +0100
Hi,
I'm interested in trying out some Test Driven Development in xcode.
So, for instance, I have a project that has a static library target
(the main product), and I have created a test framework target (static
library) and a test client target (command line tool). 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.
Is anyone doing something like this already? Can any of you give me
some advice on how to set this up?
Basically, I'd like to be able to set u a work flow where tests are
part of the normal build, and failures are treated as build failures.
FWIW I am a professional programmer, but I do not use xcode
professionally. This is just a hobby/learning project.
Thad
--
Thaddaeus Frogley
http://thad.notagoth.org/
_______________________________________________
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