summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogenRerun/mocPlugin
Commit message (Collapse)AuthorAgeFilesLines
* Autogen: Tests: Extend CMAKE_AUTOMOC_DEPEND_FILTERS rebuild testSebastian Holtermann2017-09-2111-22/+38
| | | | | | 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-2119-0/+167
By moving QtAutogen tests that run repeatedly to a new QtAutogenRerun test, the `ctest -R Qt[45]Autogen -j4` call runs approximately 25% faster.