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

Add runner option to ament_add_test #174

Merged
merged 3 commits into from
Jun 6, 2019

Commits on Jun 6, 2019

  1. ament_cmake allow speficiation of a different test runner

      - By default, still uses run_test.py
      - Example use case: ament_cmake_ros can use a test runner that sets a ROS_DOMAIN_ID
    
    Signed-off-by: Pete Baughman <pete.baughman@apex.ai>
    Pete Baughman committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    bf4e156 View commit details
    Browse the repository at this point in the history
  2. ament_cmake move run_test.py to a python module

      - This should let us see the history
    
    Signed-off-by: Pete Baughman <pete.baughman@apex.ai>
    Pete Baughman committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    9796f5f View commit details
    Browse the repository at this point in the history
  3. ament_cmake refactor run_test.py into an importable python module

      - Adds an ament_cmake_test python package
    
    Signed-off-by: Pete Baughman <pete.baughman@apex.ai>
    Pete Baughman committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    e46066c View commit details
    Browse the repository at this point in the history