2019-05-27 17:13:54 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
|
|
|
SUBDIRS = \
|
|
|
|
qbytearray \
|
Add tst_QByteArrayApiSymmetry test
Created tst_QByteArrayApiSymmetry test for the common APIs of
QByteArray and QByteArrayView. Moved the tests for startsWith(),
endsWith(), indexOf(), lastIndexOf(), compare(), from tst_QByteArray
to tst_QByteArrayApiSymmetry and adapted them to check different
QByteArray/QByteArrayView combinations. Added tests for first(),
last(), sliced(), chopped(), chop(), truncate(), count(), contains()
(test inputs are taken from corresponding tst_QStringApiSymmetry
tests).
Task-number: QTBUG-84321
Change-Id: I4e712b1692e3c1271d51ddcda6c9eb8bb01e11d4
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-07-06 11:08:50 +00:00
|
|
|
qbytearrayapisymmetry \
|
2019-05-27 17:13:54 +00:00
|
|
|
qbytearraylist \
|
|
|
|
qbytearraymatcher \
|
2020-06-07 16:41:41 +00:00
|
|
|
qbytearrayview \
|
2019-05-27 17:13:54 +00:00
|
|
|
qbytedatabuffer \
|
|
|
|
qchar \
|
|
|
|
qcollator \
|
|
|
|
qlatin1string \
|
|
|
|
qlocale \
|
|
|
|
qregularexpression \
|
|
|
|
qstring \
|
|
|
|
qstring_no_cast_from_bytearray \
|
|
|
|
qstringapisymmetry \
|
|
|
|
qstringbuilder \
|
2020-04-30 08:50:44 +00:00
|
|
|
qstringconverter \
|
2019-05-27 17:13:54 +00:00
|
|
|
qstringiterator \
|
|
|
|
qstringlist \
|
|
|
|
qstringmatcher \
|
2017-11-22 14:48:02 +00:00
|
|
|
qstringtokenizer \
|
2019-05-27 17:13:54 +00:00
|
|
|
qstringview \
|
|
|
|
qtextboundaryfinder
|
2020-10-13 11:36:18 +00:00
|
|
|
|
|
|
|
# QTBUG-87414
|
|
|
|
android: SUBDIRS -= \
|
|
|
|
qlocale
|