Modify prinf-like functions to return number of characters written
[betaflight.git] / .travis.sh
blob77a0820a4c98e90108d89fd2aaecf8c7f4ceab79
1 #!/bin/bash
2 # A hacky way of running the unit tests at the same time as the normal builds.
3 if [ $RUNTESTS ] ; then
4 cd ./src/test && make test
5 else
6 make -j2
7 fi