ShadowMitia / YACHT

YACHT 🛳️: Smoothly riding the waves of C++ projects
11 stars 3 forks source link

Fuzzing & Code coverage #5

Closed hill-a closed 2 years ago

hill-a commented 2 years ago

Added libfuzz support and AFL compatibility Added gcovr and lcov support with html generation Now using CC and CCX variable for changing compilers for better compatibility and a more standardized way of changing compiler Added support for compile_commands.json generation in root directory, for VSCode and other editors.