build: skip FLYMAPLE examples

This commit is contained in:
Andrew Tridgell 2013-09-24 14:27:32 +10:00
parent 070a0fefd9
commit 5b5038f419
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ targets="clean apm1 clean apm2"
export PATH=/usr/lib/ccache:$PATH
TESTS=$(find libraries -name 'Makefile' | xargs -i dirname '{}')
TESTS=$(find libraries -name 'Makefile' | grep -v FLYMAPLE | xargs -i dirname '{}')
for b in $TESTS; do
echo "TESTING $b"