Versions Compared

Key

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

...

  • make - build the RAMCloud server and client software
    • Output obj.master/client/client, obj.master/server/server
    • Replace 'master' with the git local branch name you are on if it is not 'master'
  • make unit-test - build and run RAMCloud unit tests (requires CppUnit)
  • make test - a simple smoke test that runs unit-test and builds a simple application to ensure the install information is sufficient
  • make check - currently runs Google style checker against files in the src directory; subject to check as style evolves

Unit Testing

  • Run via make unit-test
  • Builds and runs the tests in a single shot

...