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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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!