Re: [ros-users] gtests: is the xml file still generated?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: Re: [ros-users] gtests: is the xml file still generated?
On Wed, May 18, 2011 at 2:28 AM, Ugo Cupcic <> wrote:
> Using ros diamondback, I'm not able to find a generated xml file when
> running make test in my package. (I have a rosbuild_add_gtest line in my
> CMakeLists.txt and the test is definitely being run).
> On the wiki (http://www.ros.org/wiki/gtest) it says that it should be
> on $ROS_ROOT/test/test_results/<package-name> but there are no test_results
> directory. I searched my whole code directory for a possible xml file with
> no luck.


Have a look in ~/.ros/test_results. In general, `rosrun rosunit
test_results_dir.py` will tell you where tests results will be
directed; that's how the build system figures out where to put them.

    brian.