summaryrefslogtreecommitdiffstats
path: root/async/autotests/CMakeLists.txt
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2015-05-18 15:20:35 +0200
committerDan Vrátil <dvratil@redhat.com>2015-05-18 15:20:35 +0200
commit5e580299e342bd77fc7479bbfd235f4446d7f05b (patch)
tree648aacd4de1f239d72be89ab9f2d4a97867d7920 /async/autotests/CMakeLists.txt
parentb43c0cf97615957e097daef29ff8febc1ec884c8 (diff)
downloadsink-5e580299e342bd77fc7479bbfd235f4446d7f05b.tar.gz
sink-5e580299e342bd77fc7479bbfd235f4446d7f05b.zip
KAsync has moved to it's own kasync.git repository
Diffstat (limited to 'async/autotests/CMakeLists.txt')
-rw-r--r--async/autotests/CMakeLists.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/async/autotests/CMakeLists.txt b/async/autotests/CMakeLists.txt
deleted file mode 100644
index b2209ab..0000000
--- a/async/autotests/CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
1include(ECMAddTests)
2
3ecm_add_test(asynctest.cpp
4 TEST_NAME asynctest
5 LINK_LIBRARIES KF5Async Qt5::Test
6)
7
8if (WITH_KJOB)
9 ecm_add_test(kjobtest.cpp testkjob.cpp
10 TEST_NAME kjobtest
11 LINK_LIBRARIES KF5Async Qt5::Test KF5::CoreAddons
12 )
13endif()