summaryrefslogtreecommitdiffstats
path: root/async/autotests/CMakeLists.txt
diff options
context:
space:
mode:
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()