Fix make call in travis config

This commit is contained in:
Matthias Beyer 2016-09-19 10:08:13 +02:00
parent d041d62d09
commit b25aa29fee

View file

@ -32,7 +32,7 @@ script:
done
done
else # $TEST_SUITE == "libraries"
make $(find . -maxdepth 1 -name "libimag*" -printf "test-%f ")
make $(find . -maxdepth 1 -name "libimag*" -printf "%f-test ")
fi
addons: