Skip to content

Commit

Permalink
fixed cmake error
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldokan committed Apr 7, 2024
1 parent 5f46415 commit 49272f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mission/joystick_interface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ${PROJECT_NAME}/joystick_interface.py
if(BUILD_TESTING)
find_package(ament_cmake_pytest REQUIRED)
set(_pytest_tests
tests/test_joystick_interface.py
test/test_joystick_interface.py
)
foreach(_test_path ${_pytest_tests})
get_filename_component(_test_name ${_test_path} NAME_WE)
Expand Down

0 comments on commit 49272f1

Please sign in to comment.