Versions Compared

Key

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

...

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

Code Block
ctest -j8
Note

Some projects might not be set up to run tests in parallel. If you experience test failures, run the tests sequentially.

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

...