Warning, /libraries/kasync/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 include(ECMAddTests)
0002 
0003 ecm_add_test(asynctest.cpp
0004              TEST_NAME asynctest
0005              LINK_LIBRARIES KAsync Qt5::Test
0006 )
0007 ecm_add_test(continuationstest.cpp
0008              TEST_NAME continuationstest
0009              LINK_LIBRARIES KAsync Qt5::Test
0010 )
0011