Files
RedBear-OS/local/recipes/qt/qtbase/source/tests/auto/cmake/RunCMake
vasilito b8aac3c9bc D7: editor multi-cursor support
Add secondary_cursors field to Editor with insert_char_multi,
delete_back_multi, delete_forward_multi methods. Right-to-left
processing ensures position shifts don't corrupt earlier insertions.

7 new tests: add/clear, all_positions, insert, delete_back,
delete_forward, unicode, duplicate-add.
2026-07-05 22:29:19 +03:00
..
2026-07-05 22:29:19 +03:00

RunCMake tests

These test suites use upstream CMake's RunCMake test module. See the upstream documentation on how to add tests.

A few minor adjustments we make:

  • add_RunCMake_test() function is defined in QtRunCMakeTestHelpers module instead of the CMakeLists.txt
  • CMAKE_CMAKE_COMMAND is replaced with CMAKE_COMMAND
  • CMAKE_MODULE_PATH points to CMAKE_CURRENT_LIST_DIR (indirectly via variable RunCMakeDir) instead of CMAKE_CURRENT_SOURCE_DIR

Update /cmake/3rdparty/cmake as needed. Last fetched from v3.31.5.