Warning, /graphics/krita/libs/store/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 include(KritaAddBrokenUnitTest)
0002 
0003 kis_add_test(
0004     ../KoLZF.cpp TestKoLZF.cpp
0005     TEST_NAME TestKoLZF
0006     LINK_LIBRARIES kritastore kritatestsdk kritaglobal
0007     NAME_PREFIX "libs-odf"
0008     )
0009 
0010 
0011 ########### manual test for file contents ###############
0012 add_executable(storedroptest storedroptest.cpp)
0013 target_link_libraries(storedroptest kritastore Qt5::Widgets)
0014 ecm_mark_as_test(storedroptest)
0015 
0016 macos_test_fixrpath( storedroptest )