aboutsummaryrefslogtreecommitdiff
path: root/spec/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'spec/main.cpp')
-rw-r--r--spec/main.cpp2
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();
}