Skip to content

Commit

Permalink
renamed test folder to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldokan committed Apr 14, 2024
1 parent b2e5600 commit b49748c
Show file tree
Hide file tree
Showing 3 changed files 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
test/test_joystick_interface.py
tests/test_joystick_interface.py
)
foreach(_test_path ${_pytest_tests})
get_filename_component(_test_name ${_test_path} NAME_WE)
Expand Down
File renamed without changes.

0 comments on commit b49748c

Please sign in to comment.