Collection of tests for OpenCMISS-iron
default: compile and run tests, collect results, create figures, compile documentation using XeLaTex
tex: compile documentation using XeLaTeX
latexmk: compile documentation using latexmk
run-tests-debug: compile and run examples (debug version)
run-tests-release: compile and run examples (release version)
collect-results: collect testing results and summary
create-figures: generate figures for summary
clean: remove temporary files
You will need to download the git repository to import user meshes, found here:
https://github.com/beauof/meshReader
Simply set the environment variable in your ~/.bashrc and it will be picked up by the CMake files:
export IRON_MESH_READER_ROOT=/path/to/git/repo/for/meshReader