Warning, /pim/kmail/src/historyclosedreader/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: none
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 # Convenience macro to add unit tests.
0004 macro( historyclosedreader_kmail _source )
0005   set( _test ${_source} )
0006   get_filename_component( _name ${_source} NAME_WE )
0007   add_executable( ${_name} ${_test} ${_name}.h )
0008   add_test(NAME ${_name} COMMAND ${_name} )
0009   ecm_mark_as_test(historyclosedreader-${_name})
0010 
0011   target_link_libraries( ${_name} Qt::Test Qt::Core  KPim6::AkonadiCore KF6::ConfigCore kmailprivate)
0012 endmacro()
0013 
0014 historyclosedreader_kmail(historyclosedreaderinfotest.cpp)
0015 historyclosedreader_kmail(historyclosedreadermanagertest.cpp)