Tools: remove support for flymaple

This commit is contained in:
Lucas De Marchi 2016-05-23 09:50:59 -03:00
parent 8bec17e05b
commit 92411402b6
2 changed files with 1 additions and 11 deletions

View File

@ -57,16 +57,6 @@ for d in $examples; do
popd
done
test -d ../libmaple && {
echo "Testing flymaple build"
for d in APMrover2; do
pushd $d
make clean
make flymaple -j4
popd
done
}
pushd Tools/Replay
make clean
make linux -j4

View File

@ -14,7 +14,7 @@ targets="navio"
export PATH=/usr/lib/ccache:$PATH
TESTS=$(find libraries -name 'Makefile' | grep -v FLYMAPLE | xargs -i dirname '{}')
TESTS=$(find libraries -name 'Makefile' | xargs -i dirname '{}')
export BUILDROOT="/tmp/examples.build"
rm -rf $BUILDROOT