autotest: added xplane as vehicle type

This commit is contained in:
Andrew Tridgell 2016-06-18 08:17:18 +10:00
parent 4f99c17aae
commit d9d53c82d0

View File

@ -354,6 +354,10 @@ case $FRAME in
MODEL="$FRAME"
SITLRCIN=0
;;
xplane*)
MODEL="$FRAME"
SITLRCIN=0
;;
*-heli)
BUILD_TARGET="sitl-heli"
MODEL="$FRAME"