We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2055993 commit 349d561Copy full SHA for 349d561
CMakeLists.txt
@@ -272,5 +272,6 @@ if (CATKIN_ENABLE_TESTING)
272
target_compile_definitions(test_${PROJECT_NAME} PRIVATE TEST_DATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/test")
273
274
add_rostest(test/test_${PROJECT_NAME}.test DEPENDENCIES test_${PROJECT_NAME}_nodelet test_${PROJECT_NAME})
275
- roslaunch_add_file_check(test/test_${PROJECT_NAME}.test USE_TEST_DEPENDENCIES)
+ roslaunch_add_file_check(test/test_${PROJECT_NAME}.test USE_TEST_DEPENDENCIES
276
+ DEPENDENCIES test_${PROJECT_NAME}_nodelet test_${PROJECT_NAME})
277
endif()
0 commit comments