Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 600 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (19 loc) · 600 Bytes

Contributing

Pull requests

  1. Clone/fork the repository and create your own branch
  2. Add/change code, add tests
  3. Update documentation if necessary
  4. Make sure all tests are passing

Running tests

To run all test cases, execute:

  make test

To run all test cases using Valgrind, execute:

  make test_valgrind

IMPORTANT

  1. Pull requests without tests/documentation will not be considered
  2. The project uses google C++ styleguide

Tests won't compile if the code style is not followed