summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qbytearraymatcher
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2020-04-24 16:37:42 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2020-04-27 14:34:51 +0200
commit7e1dacc27a8a9b10c51d42f816083e77e7ad0690 (patch)
tree59450243c316e8e4238b142206fb074d999bdef6 /tests/auto/corelib/text/qbytearraymatcher
parentceaf23b361a44759892def4270b243fac56db8ba (diff)
Port qtbase/tests/auto/corelib/text tests to CMake
Task-number: QTBUG-78220 Change-Id: I497da6ed489854bdee5a1ead9a3f34118c78d001 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/corelib/text/qbytearraymatcher')
-rw-r--r--tests/auto/corelib/text/qbytearraymatcher/CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/corelib/text/qbytearraymatcher/CMakeLists.txt b/tests/auto/corelib/text/qbytearraymatcher/CMakeLists.txt
new file mode 100644
index 0000000000..75da499064
--- /dev/null
+++ b/tests/auto/corelib/text/qbytearraymatcher/CMakeLists.txt
@@ -0,0 +1,13 @@
+# Generated from qbytearraymatcher.pro.
+
+#####################################################################
+## tst_qbytearraymatcher Test:
+#####################################################################
+
+qt_add_test(tst_qbytearraymatcher
+ SOURCES
+ tst_qbytearraymatcher.cpp
+)
+
+## Scopes:
+#####################################################################