BUILD_TESTING
you can easily run the
regression tests by invoking the make test
. This is equivalent to
invoking ctest
command (ctest is part of cmake
package). ctest --help
provides a summary of the advanced options of
ctest
among which we recommend the --verbose
option.