Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 288 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (17 loc) · 288 Bytes

Contributing

Please execute the test suite before submitting code:

$ mkdir build
$ cd build/
$ cmake ../
$ make
$ make test

If possible, consider executing the full test suite:

$ mkdir build
$ cd build/
$ cmake -DSTARNEIG_ENABLE_FULL_TESTS=ON ../
$ make
$ make test