diff options
Diffstat (limited to 'async/autotests/CMakeLists.txt')
-rw-r--r-- | async/autotests/CMakeLists.txt | 13 |
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 @@ | |||
1 | include(ECMAddTests) | ||
2 | |||
3 | ecm_add_test(asynctest.cpp | ||
4 | TEST_NAME asynctest | ||
5 | LINK_LIBRARIES KF5Async Qt5::Test | ||
6 | ) | ||
7 | |||
8 | if (WITH_KJOB) | ||
9 | ecm_add_test(kjobtest.cpp testkjob.cpp | ||
10 | TEST_NAME kjobtest | ||
11 | LINK_LIBRARIES KF5Async Qt5::Test KF5::CoreAddons | ||
12 | ) | ||
13 | endif() | ||