Apple XCode CPlusTest Port
09-Feb-2006 Filed in: Software
Development
C++ (and Cocoa) unit testing is built into XCode on
OSX. I am writing an application right now that I
plan to port to Windows. When I wanted to see how
portable my code was, I decided to get all of the
unit tests passed on Windows.
Unfortunately, XCode does not use CppUnit, which is already portable. Here is some code I wrote that you can use to run your XCode generated unit tests on Windows.
Unfortunately, XCode does not use CppUnit, which is already portable. Here is some code I wrote that you can use to run your XCode generated unit tests on Windows.