pbhogan / UnitTestPlusPlus
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Info.plist | ||
| |
README.markdown | ||
| |
Source/ | ||
| |
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/

