summaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-09 22:02:41 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-11 01:01:13 +0100
commit42c41283304ec8ed75b020ecbec88f30bc198354 (patch)
tree9b546be85ead057239e8699e2d3a479eac7b0020 /tests/CMakeLists.txt
parenta9fb4f869271f47c3a4507d2bc6b8b3d756ec873 (diff)
downloadsink-42c41283304ec8ed75b020ecbec88f30bc198354.tar.gz
sink-42c41283304ec8ed75b020ecbec88f30bc198354.zip
store benchmark results for buffer tests
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index e63bc1c..9087323 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -9,7 +9,7 @@ macro(manual_tests)
9 foreach(_testname ${ARGN}) 9 foreach(_testname ${ARGN})
10 add_executable(${_testname} ${_testname}.cpp) 10 add_executable(${_testname} ${_testname}.cpp)
11 qt5_use_modules(${_testname} Core Test Concurrent) 11 qt5_use_modules(${_testname} Core Test Concurrent)
12 target_link_libraries(${_testname} akonadi2common) 12 target_link_libraries(${_testname} akonadi2common libhawd)
13 endforeach(_testname) 13 endforeach(_testname)
14endmacro(manual_tests) 14endmacro(manual_tests)
15 15