summaryrefslogtreecommitdiffstats
path: root/tests/kubetestrunner.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-02-20 16:52:00 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-02-20 16:52:00 +0100
commita0c48081516f8fd6adae16c57a4f851bb139e36d (patch)
tree04528b7ccd2191a17f36f59b1aaaa9804c8cec9a /tests/kubetestrunner.cpp
parenteb5dd31512b26d3240e2d07b29e976270f028297 (diff)
downloadkube-a0c48081516f8fd6adae16c57a4f851bb139e36d.tar.gz
kube-a0c48081516f8fd6adae16c57a4f851bb139e36d.zip
Normalize the component package structure
Diffstat (limited to 'tests/kubetestrunner.cpp')
-rw-r--r--tests/kubetestrunner.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/kubetestrunner.cpp b/tests/kubetestrunner.cpp
new file mode 100644
index 00000000..c0bee01a
--- /dev/null
+++ b/tests/kubetestrunner.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}