From d6bcd49943e56bd48b793b8774e88435bf741088 Mon Sep 17 00:00:00 2001 From: Thomas Braxton Date: Wed, 11 Jun 2014 18:20:07 -0500 Subject: Reorder Tests Some tests are testing underlying components, these should be tested before testing the components that depend on them. REVIEW: 118680 --- autotests/CMakeLists.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt index 02885e71..0853dd38 100644 --- a/autotests/CMakeLists.txt +++ b/autotests/CMakeLists.txt @@ -16,18 +16,6 @@ if(NOT Qt5Concurrent_FOUND) return() endif() -ecm_add_tests( - kconfignokdehometest.cpp - kconfigtest.cpp - kdesktopfiletest.cpp - ksharedconfigtest.cpp - test_kconf_update.cpp - NAME_PREFIX kconfigcore- - LINK_LIBRARIES KF5::ConfigCore Qt5::Test Qt5::Concurrent -) - -target_include_directories(kconfigcore-test_kconf_update PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/../src/kconf_update) - # compile KEntryMap into the test since it's not exported set(kentrymaptest_SRCS kentrymaptest.cpp ../src/core/kconfigdata.cpp) ecm_add_test(${kentrymaptest_SRCS} @@ -43,6 +31,18 @@ ecm_add_test(${test_kconfigutils_SRCS} ) target_include_directories(kconfigcore-test_kconfigutils PRIVATE ../src/kconf_update) +ecm_add_tests( + kconfignokdehometest.cpp + kconfigtest.cpp + kdesktopfiletest.cpp + ksharedconfigtest.cpp + test_kconf_update.cpp + NAME_PREFIX kconfigcore- + LINK_LIBRARIES KF5::ConfigCore Qt5::Test Qt5::Concurrent +) + +target_include_directories(kconfigcore-test_kconf_update PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/../src/kconf_update) + ecm_add_tests( kconfigguitest.cpp kconfigloadertest.cpp -- cgit v1.2.1