summaryrefslogtreecommitdiffstats
path: root/config.tests/common/pch/header.h
Commit message (Collapse)AuthorAgeFilesLines
* configure: enable inline tests to contain auxiliary filesOswald Buddenhagen2018-12-191-1/+0
| | | | | | | ... and use that to migrate the pch test. Change-Id: I2ce884442cab6124c37142f571cf6f82191ee4f5 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* get rid of test type 'shell'Oswald Buddenhagen2016-08-121-0/+1
it's bound to the bourne shell, which is not readily available on windows hosts. on the way, the pch, fvisibility, and bsymbolic_functions tests were rewritten as regular compile tests. they now just verify that qmake's built-in support for the tested features actually works. Change-Id: Ibac246f21b5ececa40da3f576dc789982eaf9fdf Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>