#include "testUtils.h" #include int main(int argc, char **argv) { QApplication app(argc, argv); printf("foobar"); return runAllTests(); }