summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-06 02:41:17 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-06 02:41:17 +0100
commit1d3aaebcaca0a77976eccb764bf8dd0eb0742546 (patch)
treefbcd9403d41bf319bd90ffee1957d821ef6b2a72 /tests
parent7ec167022cbad18697bb99d9c219ac9095cae84f (diff)
downloadsink-1d3aaebcaca0a77976eccb764bf8dd0eb0742546.tar.gz
sink-1d3aaebcaca0a77976eccb764bf8dd0eb0742546.zip
standardize on calling it Akonadi2
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 1629acb..9ee3f5e 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -7,7 +7,7 @@ macro(manual_tests)
7 foreach(_testname ${ARGN}) 7 foreach(_testname ${ARGN})
8 add_executable(${_testname} ${_testname}.cpp) 8 add_executable(${_testname} ${_testname}.cpp)
9 qt5_use_modules(${_testname} Core Test Concurrent) 9 qt5_use_modules(${_testname} Core Test Concurrent)
10 target_link_libraries(${_testname} akonadinextcommon) 10 target_link_libraries(${_testname} akonadi2common)
11 endforeach(_testname) 11 endforeach(_testname)
12endmacro(manual_tests) 12endmacro(manual_tests)
13 13