Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autogen: Tests: Separate RerunRccDepends test | Sebastian Holtermann | 2017-12-13 | 15 | -293/+0 |
| | |||||
* | Autogen: Tests: Separate RerunMocPlugin test | Sebastian Holtermann | 2017-12-13 | 23 | -285/+0 |
| | |||||
* | Autogen: Tests: Separate RerunMocBasic test | Sebastian Holtermann | 2017-12-13 | 8 | -136/+1 |
| | |||||
* | Autogen: Tests: Add a change-not test to the mocRerun test | Sebastian Holtermann | 2017-09-21 | 2 | -17/+36 |
| | |||||
* | Autogen: Tests: Disable an AUTOMOC_DEPENDS_FILTER test for Ninja | Sebastian Holtermann | 2017-09-21 | 1 | -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 test | Sebastian Holtermann | 2017-09-21 | 16 | -103/+151 |
| | | | | | Refactors the QtAutogenRebuild rccDepends test script to be more readable. | ||||
* | Autogen: Tests: Move each rerun test script to a NAME.cmake file | Sebastian Holtermann | 2017-09-21 | 4 | -217/+224 |
| | |||||
* | Autogen: Tests: Extend CMAKE_AUTOMOC_DEPEND_FILTERS rebuild test | Sebastian Holtermann | 2017-09-21 | 12 | -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 test | Sebastian Holtermann | 2017-07-21 | 37 | -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. |