Close

More testing

A project log for Valgrind output parser with source code

A simple command line application that parses the output from Valgrind and presents it in human readable format with source code references

john-andersonJohn Anderson 05/14/2025 at 20:030 Comments

I added unit test code coverage analysis, complexity analysis, sloc count, and static code analysis using cppcheck to the makefile. In addition, I added all the required tools to the prereqs make target so you can easily install all the tools you need on a relatively current Debian based system.

That will hopefully conclude the testing updates for now. Unless this tool gets some more interest, I'll leave the requested updates open for now.

Discussions