|
UnitTests
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. OrganisationUnit 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 TestsWhen 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