Reputation:
Do you think that running set of automatic tests based on valgrind's tool suite makes sense? Did you hear about or see such setup in action? What automatic (free from human intuition) actions could such setup perform?
Upvotes: 3
Views: 3330
Reputation: 28384
This would make sense if you were checking for memory problems / bad code as part of unit testing or final build testing. There may be two approaches:
Maybe these tools could automatically create bug items in your tracker (although it might fill up quickly).
Not seen anything myself, but as a valgrind user, it would be handy. If you create something cool, maybe launch it as an open-source project!
edit after a bit of googling I found http://www.redhat.com/f/summitfiles/presentation/June2/Developer%20Tools/Cox,Malcom_Automated%20Testing.pdf
Which seems to cover automated testing using DejaGNU and Valgrind as I suggested above
Good Luck!
Upvotes: 7