Skip to content

Commit

Permalink
less tests
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Mar 13, 2024
1 parent efc2d34 commit 83608ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ find_package(rostest REQUIRED)
add_subdirectory(takeoff)

# will test if takeoff is not allowed outside of safety area
add_subdirectory(outside_safety_area)
# add_subdirectory(outside_safety_area)

# will test the "handle_takeoff: false" option
add_subdirectory(without_takeoff)
# # will test the "handle_takeoff: false" option
# add_subdirectory(without_takeoff)

# will test if takeoff is not allowed when UAV is moving
add_subdirectory(moving_drone)
# # will test if takeoff is not allowed when UAV is moving
# add_subdirectory(moving_drone)

# will test if takeoff is not allowed if topic check fails
add_subdirectory(topic_check)
# # will test if takeoff is not allowed if topic check fails
# add_subdirectory(topic_check)

0 comments on commit 83608ed

Please sign in to comment.