Skip to content

Commit

Permalink
Move mavsdk_tests into test
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes authored and LorenzMeier committed Dec 26, 2019
1 parent 97d7925 commit 956bd1b
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ set_target_properties(test_results PROPERTIES EXCLUDE_FROM_ALL TRUE)
# Integration testing using MAVSDK
option(MAVSDK_TESTING "Integration testing using MAVSDK" OFF)
if (MAVSDK_TESTING)
add_subdirectory(mavsdk_tests)
add_subdirectory(test/mavsdk_tests)
endif()

#=============================================================================
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 956bd1b

Please sign in to comment.