|
…
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| README.md | ||
README.md
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 inQtRunCMakeTestHelpersmodule instead of theCMakeLists.txtCMAKE_CMAKE_COMMANDis replaced withCMAKE_COMMANDCMAKE_MODULE_PATHpoints toCMAKE_CURRENT_LIST_DIR(indirectly via variableRunCMakeDir) instead ofCMAKE_CURRENT_SOURCE_DIR
Update /cmake/3rdparty/cmake as needed. Last fetched from v3.31.5.