Merge pull request #195 from RosettaCommons/roccomoretti/valgrind
Valgrind automation scripts
Add option to run unit and integration tests with the valgrind memory checker, and hook them into the benchmark system. Simply add "--valgrind" to the unit or integration test scripts to run them under valgrind (assuming you have valgrind installed). This will take a while, but should show memory issues.