To compile:
make
To run tests:
make test
To run benchmarks:
make bench
To generate test code coverage (requires lcov
package)
make clean
make gcov
make test
make lcov
Now open lcov-html/index.html with your favourite browser
The project license is specified in LICENSE.