Check that the private test data repo is as we expect before running tests on Linux...
[dcpomatic.git] / hacks / cppcheck
1 #!/bin/bash
2 cppcheck --enable=all --quiet -U check . > log 2>&1