Skip to content

Commit

Permalink
add object representation and conversion from ast
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Nov 19, 2018
1 parent e3ea4e9 commit 8219e66
Show file tree
Hide file tree
Showing 7 changed files with 1,233 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rosidl_parser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ if(BUILD_TESTING)
endif()

ament_package()

if(BUILD_TESTING)
find_package(ament_cmake_pytest REQUIRED)
ament_add_pytest_test(pytest test)
endif()
2 changes: 2 additions & 0 deletions rosidl_parser/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@

<exec_depend>rosidl_adapter</exec_depend> <!-- TODO(dirk-thomas) only for backward compatibilty -->

<test_depend>ament_cmake_pytest</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>python3-pytest</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down
Loading

0 comments on commit 8219e66

Please sign in to comment.