meka

meka analyzer
Usage
The
-ddebug flag can be useful
Tests
# manual
Coverage
&&
meka analyzer
cargo install meka
meka run make
meka analyze
The
-ddebug flag can be useful
cargo test
# manual
cd tests/tests_makefile
cargo run -- -dd run make
cargo run -- -dd analyze
cargo llvm-cov --all --html --no-cfg-coverage
cd target/llvm-cov/html/ && python -m http.server