Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

catkin_make_isolated should support running tests #412

Closed
dirk-thomas opened this issue Apr 25, 2013 · 3 comments
Closed

catkin_make_isolated should support running tests #412

dirk-thomas opened this issue Apr 25, 2013 · 3 comments
Assignees

Comments

@dirk-thomas
Copy link
Member

obviously only for the packages with build_type catkin

@ghost ghost assigned dirk-thomas Apr 25, 2013
@jack-oquin
Copy link
Member

Otherwise there is no reliable way to establish that a bloom 3rd-party package is installs its targets correctly.

We recently released a broken libfreenect that installed things in lib64/, which does not work with catkin.

@dirk-thomas
Copy link
Member Author

Implemented in #414.

cwecht pushed a commit to cwecht/catkin that referenced this issue Mar 20, 2018
@sloretz
Copy link
Contributor

sloretz commented Mar 29, 2018

For those clicking the first search result, you can run tests using

catkin_make_isolated --catkin-make-args run_tests

Or with just one package (--pkg must come first)

catkin_make_isolated --pkg my_cool_ros_package --catkin-make-args run_tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants