Skip to content

WIP: Let tests run from build dir rather than install dir

Jakob Maljaars requested to merge unittest-before-install into master

This MR contains CMakeLists changes required to compile and run the unittests from within the build directory, rather than using (potentially outdated/non-existent) ones from the ${CMAKE_INSTALL_DIR}

Merge request reports