Autotest : add simple test for Rover

This commit is contained in:
Pierre Kancir 2016-12-19 11:26:49 +01:00 committed by Francisco Ferreira
parent 377a747065
commit 9ca0873042
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ if [ "$CI_BUILD_TARGET" = "sitltest" ]; then
Tools/autotest/autotest.py -j2 build.ArduCopter fly.ArduCopter
echo "Running SITL QuadPlane test"
Tools/autotest/autotest.py -j2 build.ArduPlane fly.QuadPlane
echo "Running SITL Rover test"
Tools/autotest/autotest.py -j2 build.APMrover2 drive.APMrover2
exit 0
fi