mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Tools: check style of mavsdk_tests files
This commit is contained in:
@@ -7,7 +7,7 @@ if [ $# -gt 0 ]; then
|
|||||||
PATTERN="$1"
|
PATTERN="$1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec find boards msg src platforms \
|
exec find boards msg src platforms test \
|
||||||
-path msg/templates/urtps -prune -o \
|
-path msg/templates/urtps -prune -o \
|
||||||
-path platforms/nuttx/NuttX -prune -o \
|
-path platforms/nuttx/NuttX -prune -o \
|
||||||
-path platforms/qurt/dspal -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/lib/systemlib/uthash -prune -o \
|
||||||
-path src/modules/micrortps_bridge/micro-CDR -prune -o \
|
-path src/modules/micrortps_bridge/micro-CDR -prune -o \
|
||||||
-path src/modules/micrortps_bridge/microRTPS_client -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
|
-type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.hpp" \) | grep $PATTERN
|
||||||
|
|||||||
Reference in New Issue
Block a user