test: it is no longer possible to build with MAVLink 0.9

the Camera and Mount code make it impossible because of the incredibly
silly arduino cpp handling.
This commit is contained in:
Andrew Tridgell 2012-06-15 16:26:25 +10:00
parent b32726e867
commit 957d818eb7

View File

@ -8,7 +8,7 @@ set -x
echo "Testing ArduPlane build"
pushd ArduPlane
for b in all apm2 apm2beta hil hilsensors mavlink10 mavlink09 sitl sitl-mavlink10 sitl-mavlink09 sitl-mount; do
for b in all apm2 apm2beta hil hilsensors mavlink10 sitl sitl-mavlink10 sitl-mount; do
pwd
make clean
make $b