qt5base-lts/tests/auto/testlib/selftests/selftests.pri
Samuel Gaist 04b180f7f2 Improve std::tuple handling in tests
Currently when doing comparison with std::tuple the fallback toString
method is called which returns a Q_NULLPTR thus not allowing proper
diagnostic of the values that triggered an error. This patch
adds support for std::tuple to improve the tests output readability.

[ChangeLog][QtTest][QCOMPARE] Now outputs contents of std::tuple on
failure.

Change-Id: I046a55e2ce44c3f7728d51e4745120d38aa5e007
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2018-06-03 20:26:38 +00:00

57 lines
1.1 KiB
Plaintext

SUBPROGRAMS = \
#alive \
assert \
badxml \
benchlibcallgrind \
benchlibcounting \
benchlibeventcounter \
benchliboptions \
benchlibtickcounter \
benchlibwalltime \
blacklisted \
cmptest \
commandlinedata \
counting \
crashes \
datatable \
datetime \
deleteLater \
deleteLater_noApp \
differentexec \
exceptionthrow \
expectfail \
failcleanup \
failinit \
failinitdata \
fetchbogus \
findtestdata \
float \
globaldata \
keyboard \
longstring \
maxwarnings \
mouse \
multiexec \
pairdiagnostics \
printdatatags \
printdatatagswithglobaltags \
qexecstringlist \
silent \
singleskip \
skip \
skipcleanup \
skipinit \
skipinitdata \
sleep \
strcmp \
subtest \
tuplediagnostics \
verbose1 \
verbose2 \
verifyexceptionthrown \
warnings \
xunit
INCLUDEPATH += ../../../../shared/
HEADERS += ../../../../shared/emulationdetector.h