My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
UnitTests  

Featured
Updated Jun 2, 2010 by liamdev...@gmail.com
The library comes with Unit Tests which test and also provide current coding examples to accomplish anything which it is capable of. Tests are preformed using Building#Cpp_Unit and Building#Google_Mock, their IDE project files/makefile have an additional dependency of Building#Premake.

Organisation

Unit test files are organised into directories, with C++ classes in cpp_classes, the binding of these classes in bind_classes and then separate unit test projects for the features being tested under the directory unit_tests.

Running Tests

When project files for the tests are generated using Premake, a post build event is added to run the executable. It is also possible to run all tests projects sequentially from the command line using Scripts.

Sign in to add a comment
Powered by Google Project Hosting