qt6-bb10/tests/auto/corelib/global
Ivan Solovev e26914fa0f Refactor tst_qcomparehelpers
Previously the test consisted of just one cpp file. An attempt to add
more test cases to the file resulted in the minGW compiler complaining
about a too large object file:

 Fatal error: tst_qcomparehelpers.cpp.obj: file too big

This patch splits the implementation into a header and a cpp file.
This itself does not fix the issues, but now we can add the new test
cases in a separate cpp file. This patch also adds some comments
that advocate doing so.

Pick-to: 6.7
Change-Id: I451987370fa4e18b7ad81dfc064ea016f1d0da47
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2024-02-16 18:39:06 +01:00
..
q20 Change license for tests files 2024-02-04 09:56:42 +01:00
q_func_info Change license for tests files 2024-02-04 09:56:42 +01:00
qcompare Change license for tests files 2024-02-04 09:56:42 +01:00
qcomparehelpers Refactor tst_qcomparehelpers 2024-02-16 18:39:06 +01:00
qflags Change license for tests files 2024-02-04 09:56:42 +01:00
qfloat16 Change license for tests files 2024-02-04 09:56:42 +01:00
qgetputenv Change license for tests files 2024-02-04 09:56:42 +01:00
qglobal Change license for tests files 2024-02-04 09:56:42 +01:00
qglobalstatic Change license for tests files 2024-02-04 09:56:42 +01:00
qhooks Change license for tests files 2024-02-04 09:56:42 +01:00
qkeycombination Change license for tests files 2024-02-04 09:56:42 +01:00
qlogging Change license for tests files 2024-02-04 09:56:42 +01:00
qnativeinterface Change license for tests files 2024-02-04 09:56:42 +01:00
qnumeric Change license for tests files 2024-02-04 09:56:42 +01:00
qoperatingsystemversion Change license for tests files 2024-02-04 09:56:42 +01:00
qrandomgenerator Change license for tests files 2024-02-04 09:56:42 +01:00
qtendian Change license for tests files 2024-02-04 09:56:42 +01:00
qxp Change license for tests files 2024-02-04 09:56:42 +01:00
CMakeLists.txt Implement compare helper macros 2023-11-28 20:30:19 +00:00