How to run CTest outside of the build directory

Reproduce test results from cmake's CTest outside of the build directory

cmake --build <bld_directory> --target test -- ARGS="<ctest_args>"

https://stackoverflow.com/a/38866947/704028

See also