Warning, /frameworks/sonnet/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001
0002 include(ECMMarkAsTest)
0003 include(ECMAddTests)
0004
0005 find_package(Qt6Test ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
0006
0007 ########### unittests ###############
0008
0009 ecm_add_tests(
0010 test_filter.cpp
0011 test_core.cpp
0012 test_suggest.cpp
0013 test_settings.cpp
0014 test_autodetect.cpp
0015 NAME_PREFIX "sonnet-"
0016 LINK_LIBRARIES KF6::SonnetCore Qt6::Test
0017 )
0018
0019 ecm_add_tests(
0020 test_highlighter.cpp
0021 NAME_PREFIX "sonnet-"
0022 LINK_LIBRARIES KF6::SonnetUi KF6::SonnetCore Qt6::Test
0023 )