summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocRerun
Commit message (Collapse)AuthorAgeFilesLines
* Autogen: Move repeated tests to new QtAutogenRerun testSebastian Holtermann2017-07-216-74/+0
| | | | | | By moving QtAutogen tests that run repeatedly to a new QtAutogenRerun test, the `ctest -R Qt[45]Autogen -j4` call runs approximately 25% faster.
* Autogen: Process GENERATED files. Add CMP0071.Sebastian Holtermann2017-07-181-2/+2
| | | | | | | | | | This lets AUTOMOC and AUTOUIC process GENERATED files which used to be ignored before. A new policy CMP0071 ensures that the old behavior of ignoring GENERATED files is enabled when the CMake compatibility version CMAKE_MINIMUM_REQUIRED is < 3.10. Closes #16186
* Autogen: Skip generated files for compatibility with CMake 3.8Brad King2017-07-071-0/+1
| | | | | | | | | | | | | | | | The change in commit v3.9.0-rc1~464^2~8 (Autogen: Add AUTOMOC/UIC support for generated source files, 2017-03-02) changes behavior of existing projects that may not expect `AUTOGEN` on generated files and do not yet set `SKIP_AUTOGEN` on them. Disable the behavior change for now to fix the regression for CMake 3.9. We can restore it later with a policy. In order to keep the implementation and tests working, add an undocumented property we can use in the tests to enable the behavior before the policy is introduced. Fixes: #17031 Issue: #16186
* Autogen: Tests: More rigorous rcc rebuild testsSebastian Holtermann2017-03-231-2/+1
| | | | Closes: #16103
* Autogen: Test: Add generated file to moc rerun testSebastian Holtermann2017-03-065-18/+37
|
* Autogen: Test: Add timestamp comparison to moc rerun testSebastian Holtermann2017-03-061-0/+2
|
* Autogen: Test: Rename automoc_rerun test to mocRerunSebastian Holtermann2017-03-066-0/+53