diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-31 11:24:59 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-31 11:24:59 +0200 |
commit | f90ca753a4b723dbf72996bbd1261dc786c7cce6 (patch) | |
tree | 13916b2f69e728af3883e63e23f71a464ef3573b /tests/CMakeLists.txt | |
parent | 08c368700c57fc1214aab34a24c921756b3200f0 (diff) | |
download | sink-f90ca753a4b723dbf72996bbd1261dc786c7cce6.tar.gz sink-f90ca753a4b723dbf72996bbd1261dc786c7cce6.zip |
Replace the imapresourcetest with the generic mailsynctest
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 7146220..c9ad41f 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -12,7 +12,7 @@ add_definitions(-DTESTDATAPATH="${CMAKE_CURRENT_SOURCE_DIR}/data") | |||
12 | 12 | ||
13 | find_package(KF5 COMPONENTS REQUIRED Mime) | 13 | find_package(KF5 COMPONENTS REQUIRED Mime) |
14 | 14 | ||
15 | add_library(sink_test SHARED testimplementations.cpp getrssusage.cpp mailtest.cpp) | 15 | add_library(sink_test SHARED testimplementations.cpp getrssusage.cpp mailtest.cpp mailsynctest.cpp) |
16 | qt5_use_modules(sink_test Core Test Concurrent) | 16 | qt5_use_modules(sink_test Core Test Concurrent) |
17 | target_link_libraries(sink_test sink libhawd KF5::Mime) | 17 | target_link_libraries(sink_test sink libhawd KF5::Mime) |
18 | 18 | ||