Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autogen: Refactor RerunMocBasic test with fixed timestamp comparison | Sebastian Holtermann | 2019-02-13 | 1 | -31/+67 |
| | | | | | | | This refactors and simplifies the QtAutogen.RerunMocBasic test. Repetitive task are packed into macros. By using version strings to store file timestamps, timestamp comparison becomes more reliable. Test status and error messages are improved. | ||||
* | Autogen: Tests: Differentiate between Qt core and Qt gui tests | Sebastian Holtermann | 2018-11-28 | 2 | -2/+2 |
| | | | | | | | | Some AUTOGEN tests require the Qt core libraries only and some require the Qt gui libraries to function. This replaces the AutogenTest.cmake script with two specific AutogenCoreTest.cmake and AutogenGuiTest.cmake scripts that are included on demand. | ||||
* | Autogen: Enable CMAKE_AUTOGEN_VERBOSE in all tests | Sebastian Holtermann | 2018-06-21 | 1 | -0/+1 |
| | |||||
* | Autogen: Tests: Separate RerunMocBasic test | Sebastian Holtermann | 2017-12-13 | 8 | -0/+138 |