VetSim Documentation

Developer documentation

Architecture

Browsing the Modules section will give a good architectural overview of the framework and associated components of the veterinary simulator software.

Building

This project uses CMake to create buildable projects on various platforms using a variety of tooling. The general build process is as follows:

Testing

Testing is achieved through CTest, which is part of CMake. Essentially, tests are nothing more than compiled applications that run and return a 0 status if they pass, nonzero if fail.

Tests can be found in the test subdirectory. Upon creating the build environment, CMake will create a target for running all tests. Use your build tool to run the tests. On UNIX, for example, running tests is achieved by make test


Generated on Thu Sep 27 11:11:48 2012 for VetSim by  doxygen 1.4.7