Warning, /kdevelop/kdev-python/codecompletion/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(pycompletiontest_SRCS 
0002     pycompletiontest.cpp
0003     ../codecompletiondebug.cpp)
0004 
0005 ecm_add_test(${pycompletiontest_SRCS}
0006     TEST_NAME pycompletiontest
0007     LINK_LIBRARIES
0008         kdevpythonduchain
0009         kdevpythoncompletion
0010         kdevpythonparser
0011         ${kdevpythonparser_LIBRARIES}
0012         Qt5::Test
0013         KDev::Tests
0014 )