/test_coverage_cython

POC to get coverage from a C++ library exposed to Python with Cython

Primary LanguagePython

Build Status

build the cython library:

make cython

run coverage tests:

make

notes:

use clang to generate ast tree: clang -Xclang -ast-dump -fsyntax-only -I ../headers foo.cpp