Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The software distribution will include a small set of tests which can help ensure that the build was successful. To start the tests, type:

Code Block
languagebash
ctest

As before if you have multiple cores, you can run the tests in parallel by:

Code Block
ctest -j8make test

If the tests are successful, you can install the software:

...