summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogenRerun
Commit message (Collapse)AuthorAgeFilesLines
* Autogen: Tests: Separate RerunRccDepends testSebastian Holtermann2017-12-1315-293/+0
|
* Autogen: Tests: Separate RerunMocPlugin testSebastian Holtermann2017-12-1323-285/+0
|
* Autogen: Tests: Separate RerunMocBasic testSebastian Holtermann2017-12-138-136/+1
|
* Autogen: Tests: Add a change-not test to the mocRerun testSebastian Holtermann2017-09-212-17/+36
|
* Autogen: Tests: Disable an AUTOMOC_DEPENDS_FILTER test for NinjaSebastian Holtermann2017-09-211-3/+11
| | | | | | | Ninja does not recognize changes in included files that are generated by AUTOMOC on the first run. This is an open issue: https://gitlab.kitware.com/cmake/cmake/issues/16776
* Autogen: Tests: Refactor the QtAutogenRebuild rccDepends testSebastian Holtermann2017-09-2116-103/+151
| | | | | Refactors the QtAutogenRebuild rccDepends test script to be more readable.
* Autogen: Tests: Move each rerun test script to a NAME.cmake fileSebastian Holtermann2017-09-214-217/+224
|
* Autogen: Tests: Extend CMAKE_AUTOMOC_DEPEND_FILTERS rebuild testSebastian Holtermann2017-09-2112-31/+71
| | | | | | The CMAKE_AUTOMOC_DEPEND_FILTERS must also detect filtered file changes from files that are registered to AUTOMOC by a `#include "moc_<NAME>.cpp"` statement.
* Autogen: Move repeated tests to new QtAutogenRerun testSebastian Holtermann2017-07-2137-0/+591
By moving QtAutogen tests that run repeatedly to a new QtAutogenRerun test, the `ctest -R Qt[45]Autogen -j4` call runs approximately 25% faster.