summaryrefslogtreecommitdiffstats
path: root/src/tools/testrunner/amtest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license checkLucie Gérard2025-03-211-1/+1
* Disable the crash test on ASAN buildsRobert Griebl2024-01-121-0/+9
* Modernize string literalsRobert Griebl2024-01-081-12/+14
* Fix all outstanding namespace issuesRobert Griebl2023-11-201-1/+1
* Make it easier to run unit tests against older, buggy Qt versionsRobert Griebl2023-11-201-0/+5
* Make our TestRunner #ifdef mess a little bit more readableRobert Griebl2023-08-021-0/+7
* Clang-Tidy / Clazy warnings and modernizationRobert Griebl2023-08-011-1/+2
* Replace our zoo of AmTest helpers with a generic runProgram functionRobert Griebl2023-07-191-46/+30
* Use SPDX license identifiersDominik Holland2022-06-151-29/+3
* Use AM_TIMEOUT_FACTOR in all tests and the intent handlingRobert Griebl2022-05-121-8/+13
* Fix the QML tst_installer to run on WindowsRobert Griebl2022-04-261-0/+6
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-24/+13
* Qt 6 port, part 1 .. without cmakeRobert Griebl2020-11-281-5/+2
* Disallow implicit ASCII castsBernd Weimer2020-09-171-5/+5
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-111-0/+2
* Add test for setting (launcher) process titleBernd Weimer2020-07-161-0/+159