VetSim Documentation
Developer documentation
Browsing the Modules section will give a good architectural overview of the framework and associated components of the veterinary simulator software.
This project uses CMake to create buildable projects on various platforms using a variety of tooling. The general build process is as follows:
-
Install CMake
-
Run CMake and choose which build environment and build directory you wish to use (e.g. Make, Eclipse, MSVS 2010, XCode etc)
-
CMake will create all necessary files at the specified location to create a buildable project.
-
Run your specified build tool on the build content that CMake created in the prior step
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
1.4.7