CMake auto test
- 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)