summaryrefslogtreecommitdiffstats
path: root/framework/qml/tests/testrunner.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-06 09:57:20 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-06 10:41:24 +0200
commited277f30c8a95eadfc4a351b032ded333783e3b5 (patch)
treec29278dc04ac6166f5fdc32b24db73542112455b /framework/qml/tests/testrunner.cpp
parent44f1baac26944c1c5061fadf163846958095a425 (diff)
downloadkube-ed277f30c8a95eadfc4a351b032ded333783e3b5.tar.gz
kube-ed277f30c8a95eadfc4a351b032ded333783e3b5.zip
TextEditor html conversion and testrunner
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}