fix test name
This commit is contained in:
@@ -8,10 +8,6 @@
|
|||||||
<license>Apache License 2.0</license>
|
<license>Apache License 2.0</license>
|
||||||
<depend>rclpy</depend>
|
<depend>rclpy</depend>
|
||||||
<depend>drone_services</depend>
|
<depend>drone_services</depend>
|
||||||
|
|
||||||
<test_depend>ament_copyright</test_depend>
|
|
||||||
<test_depend>ament_flake8</test_depend>
|
|
||||||
<test_depend>ament_pep257</test_depend>
|
|
||||||
<test_depend>python3-pytest</test_depend>
|
<test_depend>python3-pytest</test_depend>
|
||||||
|
|
||||||
<export>
|
<export>
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ if(BUILD_TESTING)
|
|||||||
# set(ament_cmake_cpplint_FOUND TRUE)
|
# set(ament_cmake_cpplint_FOUND TRUE)
|
||||||
# ament_lint_auto_find_test_dependencies()
|
# ament_lint_auto_find_test_dependencies()
|
||||||
find_package(launch_testing_ament_cmake REQUIRED)
|
find_package(launch_testing_ament_cmake REQUIRED)
|
||||||
add_launch_test(test/test_failsafe_enabled.py)
|
add_launch_test(test/test_positionchanger.py)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
ament_package()
|
ament_package()
|
||||||
|
|||||||
Reference in New Issue
Block a user