summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtexttospeech_qml/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtexttospeech_qml/main.cpp')
-rw-r--r--tests/auto/qtexttospeech_qml/main.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qtexttospeech_qml/main.cpp b/tests/auto/qtexttospeech_qml/main.cpp
new file mode 100644
index 0000000..ff1c848
--- /dev/null
+++ b/tests/auto/qtexttospeech_qml/main.cpp
@@ -0,0 +1,7 @@
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
+#include <QtCore/QCoreApplication>
+#include <QtQuickTest/quicktest.h>
+
+QUICK_TEST_MAIN(tst_qtexttospeech_qml)