From 9b61ce1006979896e3c1759c034207fcc95b2bed Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Tue, 17 Mar 2020 16:15:12 +0100 Subject: [PATCH] Tools: check style of mavsdk_tests files --- Tools/astyle/files_to_check_code_style.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tools/astyle/files_to_check_code_style.sh b/Tools/astyle/files_to_check_code_style.sh index 3dc1582aec..7acf301129 100755 --- a/Tools/astyle/files_to_check_code_style.sh +++ b/Tools/astyle/files_to_check_code_style.sh @@ -7,7 +7,7 @@ if [ $# -gt 0 ]; then PATTERN="$1" fi -exec find boards msg src platforms \ +exec find boards msg src platforms test \ -path msg/templates/urtps -prune -o \ -path platforms/nuttx/NuttX -prune -o \ -path platforms/qurt/dspal -prune -o \ @@ -18,4 +18,5 @@ exec find boards msg src platforms \ -path src/lib/systemlib/uthash -prune -o \ -path src/modules/micrortps_bridge/micro-CDR -prune -o \ -path src/modules/micrortps_bridge/microRTPS_client -prune -o \ + -path test/mavsdk_tests/catch2 -prune -o \ -type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.hpp" \) | grep $PATTERN