autotest: added apm2-obc to build tests

This commit is contained in:
Andrew Tridgell 2014-04-07 07:29:54 +10:00
parent fb70ecb9d4
commit c12e53189c

View File

@ -10,7 +10,7 @@ set -x
echo "Testing ArduPlane build"
pushd ArduPlane
for b in all apm2 apm2beta apm1-hil apm1-hilsensors apm2-hil apm2-hilsensors sitl sitl-mount linux; do
for b in all apm2 apm2beta apm1-hil apm1-hilsensors apm2-hil apm2-hilsensors sitl sitl-mount linux apm2-obc; do
pwd
make clean
make $b -j4