summaryrefslogtreecommitdiffstats
path: root/framework/qml/tests/testrunner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/tests/testrunner.cpp')
-rw-r--r--framework/qml/tests/testrunner.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/framework/qml/tests/testrunner.cpp b/framework/qml/tests/testrunner.cpp
new file mode 100644
index 00000000..c0bee01a
--- /dev/null
+++ b/framework/qml/tests/testrunner.cpp
@@ -0,0 +1,6 @@
1#include <QtQuickTest/quicktest.h>
2
3int main(int argc, char **argv)
4{
5 return quick_test_main(argc, argv, "example", 0);
6}