We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a2680 commit f9007faCopy full SHA for f9007fa
example_15/CMakeLists.txt
@@ -28,9 +28,8 @@ install(
28
if(BUILD_TESTING)
29
find_package(ament_cmake_pytest REQUIRED)
30
31
- # TODO(christophfroehlich) deactivated because of bug in spawner
32
- # ament_add_pytest_test(test_rrbot_namespace_launch test/test_rrbot_namespace_launch.py)
33
- # ament_add_pytest_test(test_multi_controller_manager_launch test/test_multi_controller_manager_launch.py)
+ ament_add_pytest_test(test_rrbot_namespace_launch test/test_rrbot_namespace_launch.py)
+ ament_add_pytest_test(test_multi_controller_manager_launch test/test_multi_controller_manager_launch.py)
34
35
endif()
36
0 commit comments