You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I build a package which specifies another package as a test_depend in its package.xml but CATKIN_ENABLE_TESTING=0 is specified in the build, the test_depend is disregarded and not built as a pre-requisite.
Actual Behavior
test_depend dependencies are built regardless of if testing is enabled or not.
Steps to Reproduce the Issue
The following is a simple example project. If you change the cmake args to disable testing and then build package B, catkin tools will still build package A first. test_depend.zip
The text was updated successfully, but these errors were encountered:
System Info
Build / Run Issue
catkin_make
Unknowncatkin_make_isolated --merge
catkin build
catkin build -p1
read this
Expected Behavior
If I build a package which specifies another package as a
test_depend
in its package.xml butCATKIN_ENABLE_TESTING=0
is specified in the build, thetest_depend
is disregarded and not built as a pre-requisite.Actual Behavior
test_depend
dependencies are built regardless of if testing is enabled or not.Steps to Reproduce the Issue
The following is a simple example project. If you change the cmake args to disable testing and then build package B, catkin tools will still build package A first.
test_depend.zip
The text was updated successfully, but these errors were encountered: