diff options
Diffstat (limited to 'tests/kubetestrunner.cpp')
-rw-r--r-- | tests/kubetestrunner.cpp | 6 |
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 | |||
3 | int main(int argc, char **argv) | ||
4 | { | ||
5 | return quick_test_main(argc, argv, "example", 0); | ||
6 | } | ||