aboutsummaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* UnitTests: Re-enable CMake unittestsCristian Adam2020-07-241-1/+1
| | | | | | | Ammeds 327bec26bfa25a06f511eb361e65567086df29a7 Change-Id: I34b62532da424b3b4fb0290049150f6ba444283b Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* UnitTests: Temporary disable the testsMarco Bubke2020-07-011-1/+1
| | | | | | | | | I added QmlDesigner to the unit tests but I have no clue have this can work with CMake. We only want some source files and are preloading some other header. Change-Id: Iadf8ca09b7e63055d1e2ff231a15ef7be2891204 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* CMake build system: Add manual testsAlessandro Portale2019-12-171-1/+1
| | | | | | | With tst_manual_widgets_crumblepath as first candidate. Change-Id: If66b53a459865903b2028966ac2d6d9357356aed Reviewed-by: Cristian Adam <cristian.adam@qt.io>
* CMake build: Add unittest CMake build filesCristian Adam2019-05-291-1/+1
| | | | | | | | | On MinGW 8.1 I get the following after running ctest -j 40 99% tests passed, 35 tests failed out of 2631 Change-Id: I2c3ce7940b036e52ef393feab5837886355e7b5a Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Qt Creator CMake portCristian Adam2019-05-171-0/+4
Based on Tobias Hunger's work from a few months ago. The CMake configuration needs libclang and Qt paths specified as CMAKE_PREFIX_PATH. Auto tests are run with "ctest". At the moment the pass rate is 87%. Change-Id: Iba98e39bf22077d52706dce6c85986be67a6eab0 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>