diff options
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/main.cpp b/spec/main.cpp index 352ecba..f238e70 100644 --- a/spec/main.cpp +++ b/spec/main.cpp @@ -4,5 +4,7 @@ int main(int argc, char **argv) { QApplication app(argc, argv); + printf("foobar"); + return runAllTests(); } |
