How can I run stacks tests with valgrind?
I could run this, but then I'm also instrumenting all the cmake calls
valgrind --trace-children=yes --trace-children-skip="/opt/*" make test
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I could run this, but then I'm also instrumenting all the cmake calls
valgrind --trace-children=yes --trace-children-skip="/opt/*" make test
There's a tutorial for launching things with valgrind here
Asked: 2013-02-04 07:22:14 -0600
Seen: 1,043 times
Last updated: Oct 16 '15
Testing with rosmake -a -t fails because a test failure failed to launch. What's wrong?
Testing with rosmake -a -t fails because a test did not run. What's wrong?
Simple test if Ros was installed correctly?
rosjava_core compilation on OS X - one test fails: testCreatePublic [closed]
Any way to use a TestSuite (instead a TestCase) with rostest?
roscpp and valgrind: memory leaks