pbhogan / UnitTestPlusPlus

UnitTest++ bundled as an Xcode framework.

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file Info.plist
file README.markdown
directory Source/
directory UnitTest++.xcodeproj/
README.markdown

UnitTest++

Overview

This project packages UnitTest++ conveniently as an Xcode framework to make adding unit tests to your project that much easier.

Installation

Open the project, build and drag build/Release/UnitTest++.framework to your /Library/Frameworks folder. Xcode will now see it as an additional framework you can add as a dependency of an existing project.

Additional Information

UnitTest++ is a lightweight unit testing framework for C++, written and maintained by Noel Llopis and Charles Nicholson.

For more information, please see http://unittest-cpp.sourceforge.net/