Fix make call in travis config
This commit is contained in:
parent
d041d62d09
commit
b25aa29fee
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue