Add another ui_idle() call to ape the one in test.cc and try to fix strange behaviour...
[dcpomatic.git] / hacks / cppcheck
1 #!/bin/bash
2 cppcheck --enable=all --quiet -U check . > log 2>&1