mrc-ide / covid-sim

This is the COVID-19 CovidSim microsimulation model developed by the MRC Centre for Global Infectious Disease Analysis hosted at Imperial College, London.
GNU General Public License v3.0
1.23k stars 257 forks source link

Add documentation for writing UnitTests #451

Closed matt-gretton-dann closed 3 years ago

matt-gretton-dann commented 3 years ago

This PR adds documentation for writing Unit Tests.

It also cleans up the CMakeLists.txt structure to make writing unit tests against current CovidSim sources simpler.