Reproduce test results from cmake's CTest outside of the build directory
CTest
cmake --build <bld_directory> --target test -- ARGS="<ctest_args>"
https://stackoverflow.com/a/38866947/704028