9 - pip install --user cpp-coveralls cython
12 - make SANFLAGS= tests
13 - make -B BUILD=cov tests
15 - valgrind --error-exitcode=1 --track-origins=yes --leak-check=full ./tests
17 # - cd python && make test && cd ..
19 - coveralls --gcov-options '-o ./ src/*.c'