mirror of https://github.com/ArduPilot/ardupilot
Autotest : add simple test for Rover
This commit is contained in:
parent
377a747065
commit
9ca0873042
|
@ -47,6 +47,8 @@ if [ "$CI_BUILD_TARGET" = "sitltest" ]; then
|
||||||
Tools/autotest/autotest.py -j2 build.ArduCopter fly.ArduCopter
|
Tools/autotest/autotest.py -j2 build.ArduCopter fly.ArduCopter
|
||||||
echo "Running SITL QuadPlane test"
|
echo "Running SITL QuadPlane test"
|
||||||
Tools/autotest/autotest.py -j2 build.ArduPlane fly.QuadPlane
|
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
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue