mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
unit tests cleanup
-launch using top level make tests -ignore generated files
This commit is contained in:
committed by
Lorenz Meier
parent
d02ca5dd45
commit
1e2be407dd
@@ -109,7 +109,7 @@ script:
|
||||
&& echo 'Building UAVCAN node firmware..' && (git clone https://github.com/thiemar/vectorcontrol && cd vectorcontrol && BOARD=s2740vc_1_0 make -s && BOARD=px4esc_1_6 make -s && ../Tools/uavcan_copy.sh)
|
||||
&& echo 'Building NuttX px4fmu-v4 Firmware..' && make px4fmu-v4_default
|
||||
&& echo 'Building NuttX px4-stm32f4discovery Firmware..' && make px4-stm32f4discovery_default
|
||||
&& echo 'Running Tests..' && cd unittests && ./run_tests.sh; cd ..
|
||||
&& echo 'Running Tests..' && make tests
|
||||
;
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user