ACM: build DMP version in autotest

this gives it a chance of keeping working
This commit is contained in:
Andrew Tridgell 2012-08-21 15:58:59 +10:00
parent bf2319a0fc
commit 16e06ea1f4
2 changed files with 4 additions and 1 deletions

View File

@ -21,6 +21,9 @@ heli:
apm2:
make -f Makefile EXTRAFLAGS="-DCONFIG_APM_HARDWARE=APM_HARDWARE_APM2"
dmp:
make -f Makefile EXTRAFLAGS="-DDMP_ENABLED=ENABLED"
apm2hexa:
make -f Makefile EXTRAFLAGS="-DCONFIG_APM_HARDWARE=APM_HARDWARE_APM2 -DFRAME_CONFIG=HEXA_FRAME"

View File

@ -17,7 +17,7 @@ popd
echo "Testing ArduCopter build"
pushd ArduCopter
for b in all apm2 apm2beta hil sitl heli; do
for b in all apm2 apm2beta hil sitl heli dmp; do
pwd
make clean
make $b