Don't build tests on 16.04 as the boost test version can't cope with the depends...
[dcpomatic.git] / hacks / cppcheck
1 #!/bin/bash
2 cppcheck --enable=all --quiet -U check . > log 2>&1