Merge pull request #1 from ros2/use_ament_lint_auto

use ament_lint_auto
This commit is contained in:
Dirk Thomas 2015-03-07 10:32:14 +01:00
commit 87fb6b31d1
2 changed files with 7 additions and 0 deletions

View file

@ -8,6 +8,11 @@ ament_export_dependencies(rmw)
ament_export_include_directories(include)
if(AMENT_ENABLE_TESTING)
find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()
endif()
ament_package()
install(

View file

@ -14,4 +14,6 @@
<build_export_depend>rmw</build_export_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
</package>