Documentation

meka crates.io version crates.io downloads docs.rs

meka analyzer

Usage

cargo install meka
meka run make
meka analyze

The -d debug flag can be useful

Tests

cargo test

# manual
cd tests/tests_makefile
cargo run -- -dd run make
cargo run -- -dd analyze

Coverage

cargo llvm-cov --all --html --no-cfg-coverage
cd target/llvm-cov/html/ && python -m http.server

License