File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,20 @@ catkin_install_python(
1818catkin_install_python(
1919 PROGRAMS test /test_smach.py
2020 test /test_rosout_error.py
21+ test /test_smach_event.py
2122 DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} /test )
2223if (CATKIN_ENABLE_TESTING)
2324 find_package (rostest REQUIRED)
2425 add_rostest(test /test_smach_py.test )
2526 add_rostest(test /test_smach_image.test )
2627 add_rostest(test /test_smach_event.test )
2728 find_package (roseus QUIET )
29+ message (status "Check if roseus exists, to run test/test_smach_eus.test : ${roseus_FOUND} " )
2830 if (roseus_FOUND)
2931 add_rostest(test /test_smach_eus.test )
3032 endif ()
3133 find_package (roseus_smach QUIET )
34+ message (status "Check if roseus_smach exists, to run roseus example : ${roseus_smach_FOUND} " )
3235 if (roseus_smach_FOUND)
3336 add_rostest(test /test_roseus_smach_state_machine_ros_sample.test )
3437 add_rostest(test /test_smach_event.test ARGS target_python:=false target_roseus:=true )
You can’t perform that action at this time.
0 commit comments