aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/vcs
Commit message (Collapse)AuthorAgeFilesLines
* Fix or skip tests to be able to run with the iOS profileIvan Komissarov2020-05-221-0/+6
| | | | | | | | | | | | This skips tests that are not possible to run without the device and fixes other tests for the iOS profile. Also, adds Travis job that runs tests using iOS profile. This is the squashed merge commit of the wip/ci-ios branch. Change-Id: Ia0c1fc05fdb8c6e269f5e66f979f2ae19465433c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Remove the base module import from most test data projectsJoerg Bornemann2018-06-221-2/+0
| | | | | | | | Keep the base import in blackbox/testdata/deprecated-property to ensure we don't accidentally break it. Change-Id: I790da21a7490ec9c1b0335f45e8707e7e04daa7c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* vcs module: Create header file even without a repository being presentChristian Kandeler2018-04-232-2/+3
| | | | | | | | | | This makes things more convenient for project authors, and a small header file getting generated once does not slow down the build unnecessarily. Task-number: QBS-1337 Change-Id: I3f48106898418eba8236aad0c3f808d4c027e24b Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Introduce the vcs moduleChristian Kandeler2017-08-182-0/+13
Every once in a while, users ask how they can best achieve to get access to their current git HEAD, so we provide a module that does it for them. [ChangeLog] Added the vcs module to provide VCS repository information. Git and Subversion are supported initially. Change-Id: Ib425547bf9f04406cda35bf81bcb878f6ea4b9ce Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>