Warning, /plasma/plasma-nm/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 include(ECMAddTests)
0002 
0003 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Test)
0004 set_package_properties(Qt${QT_MAJOR_VERSION}Test PROPERTIES PURPOSE "Required for autotests")
0005 
0006 ecm_add_test(
0007     simpleipv6test.cpp
0008     LINK_LIBRARIES Qt::Test plasmanm_editor
0009 )
0010 
0011 ecm_add_test(
0012     simpleipv4test.cpp
0013     LINK_LIBRARIES Qt::Test plasmanm_editor
0014 )
0015 
0016 ecm_add_test(
0017     simpleiplisttest.cpp
0018     LINK_LIBRARIES Qt::Test plasmanm_editor
0019 )
0020 
0021 ecm_add_test(
0022     mobileproviderstest.cpp
0023     LINK_LIBRARIES Qt::Test plasmanm_editor
0024 )