aboutsummaryrefslogtreecommitdiff
path: root/spec/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spec/main.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/main.cpp b/spec/main.cpp
new file mode 100644
index 0000000..c085886
--- /dev/null
+++ b/spec/main.cpp
@@ -0,0 +1,8 @@
+#include "TestUtils.h"
+#include <QtWidgets/qapplication.h>
+
+int main(int argc, char **argv) {
+ QApplication app(argc, argv);
+
+ return runAllTests();
+}