aboutsummaryrefslogtreecommitdiff
path: root/autotests/CMakeLists.txt
AgeCommit message (Collapse)Author
2015-10-17Allow KConfig to use resources as fallback config filesChristoph Cullmann
Fallback will be :/kconfig/ REVIEW: 125598
2015-06-15Unittest of reading config data from qt resourceSune Vuorela
REVIEW: 124098
2015-04-04KConfig: fix using KSharedConfig in global object destructor.David Faure
ksharedconfig_in_global_object.cpp is now in kdelibs4 too (where it works) and reproduces Albert's KgDifficulty testcase. CHANGELOG: fix assert when using KSharedConfig in a global object destructor. REVIEW: 122232
2014-06-21Adapt change to NAME_PREFIX behaviour in ecm_add_tests.Alex Merry
NAME_PREFIX now only changes the test name, not the target name.
2014-06-13Reorder TestsThomas Braxton
Some tests are testing underlying components, these should be tested before testing the components that depend on them. REVIEW: 118680
2014-05-10Revert "adapt to ECMAddTests change"Alex Richardson
This reverts commit 88c9a9664e99b639df4cde2be22dbe44df228879.
2014-05-10adapt to ECMAddTests changeAlex Richardson
2014-05-07Use ecm_add_test(s) instead of own macroAlex Richardson
This also fixes running 'nmake test' on Windows.
2014-03-13Normalize vars to avoid odd bugs: QT_REQUIRED_VERSION => REQUIRED_QT_VERSIONAurélien Gâteau
2014-01-15Improve dependency specifications.Michael Palimaka
QtTest and QtConcurrent are only required for autotests, so no need to find them unconditionally. QtWidgets is not actually used - QtGui is instead. REVIEW: 114962
2014-01-13Make Qt5Test an optional dependencyAlex Richardson
It is only needed for building the autotests
2013-12-18Move kconfig code to the root directory.Jenkins CI