summaryrefslogtreecommitdiffstats
path: root/src/goqtestlib
Commit message (Collapse)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-086-228/+12
| | | | | | | | | | | Replace the current license header in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Pick-to: master Task-number: QTBUG-67283 Change-Id: I6ae743e055bbf1cf514abe604157068923fb03c6 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Added benchmark runnerSimon Hausmann2016-07-114-10/+124
| | | | | Change-Id: I2d99dc094ed65ad73a47dae48a35ca709788c061 Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
* Fix importsSimon Hausmann2016-02-184-4/+4
| | | | | | | | The package name has to match the directory name in order to be able to import the functionality as a package. Change-Id: I1652eac57d4ececc6c4383d46df90b772981ee4b Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
* Initial import of golang bindings for reading and interpreting QTestLib XML ↵Simon Hausmann2016-02-034-0/+802
output This also comes with code for running qtestlib binaries and collecting the output. Change-Id: If8cc5db654721a40ab04bbf2e4ba7a93c71ce8df Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>