Skip to content

CMake auto test

Alexander David Hellwig requested to merge CMakeAutoTest into master
  • Enables automatic test execution with generated CMake
  • #include "armadillo.h" -> #include "armadillo", as it is the standard header name for armadillo
    • removes inconsistencies between mingw and msbuild
  • Remove dependency of generated code: Catch2(e.g. catch.hpp)
    • was hard to debug
    • only minimal functionality was used
    • Replaced by generated code(~30 loc in templates)

Merge request reports