aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Braxton <kde.braxton@gmail.com>2014-06-11 18:20:07 -0500
committerThomas Braxton <kde.braxton@gmail.com>2014-06-13 10:17:56 -0500
commitd6bcd49943e56bd48b793b8774e88435bf741088 (patch)
treeee81d1c7bf525ddd2fb94d830b5587311d150053
parent3fd69a454127e59a950816c63a395ab2e6a4e9bd (diff)
downloadkconfig-d6bcd49943e56bd48b793b8774e88435bf741088.tar.gz
kconfig-d6bcd49943e56bd48b793b8774e88435bf741088.tar.bz2
Reorder Tests
Some tests are testing underlying components, these should be tested before testing the components that depend on them. REVIEW: 118680
-rw-r--r--autotests/CMakeLists.txt24
1 files 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}
@@ -44,6 +32,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
kconfigskeletontest.cpp