04b180f7f2
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>
7 lines
128 B
Prolog
7 lines
128 B
Prolog
SOURCES += tst_tuplediagnostics.cpp
|
|
QT = core testlib
|
|
|
|
CONFIG -= app_bundle debug_and_release_target
|
|
|
|
TARGET = tuplediagnostics
|