Skip to content

oyeb/distillery

Repository files navigation

Project Status: Active – The project has reached a stable, usable state and is being actively developed. license Build Status codecov Documentation Status Codacy

Distillery

This is a bare-bones program analysis library that exposes simple interfaces to control flow graphs and concrete analyses.

Building

Build by making a build directory (i.e. build/), run cmake in that dir, and then use make to build the desired target.

Example:

> mkdir build && cd build
> cmake .. -DCMAKE_BUILD_TYPE=[Debug | Coverage | Release]
> make
> ./main
> make test                       # Makes and runs the tests.
> make coverage                   # Generate a coverage report.
> make Doxygen && make Sphinx     # Generate html documentation.

Attribution

Many thanks to this starter template!

Releases

No releases published

Packages

No packages published