aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Add a test for init-repositoryAlexandru Croitor2024-02-288-0/+274
The new test uses the recently introduced upstream cmake test infrastructure module, to ensure the execution log output is identical between the old perl script and new the cmake script for a few basic use cases. It is not an exhaustive test of all features. It should work on Windows, macOS, Linux (assuming perl is installed). There are also a few tests that only apply to the cmake-script version for features that exist only in the latter (like the 'existing' module-subset key). The test is a 'manual' test instead of an 'auto' test because we don't really want to clone so many submodules as part of every qt5.git integration in Coin. In the future, we could potentially add a nightly Jenkins job to run the tests. Task-number: QTBUG-120030 Change-Id: I4201d734c2877109102518b073dec24bb63edc24 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>