Warning, /education/analitza/analitza/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(testLibs Qt6::Core Qt6::Xml Qt6::Test Qt6::Core5Compat Analitza)
0002 
0003 ecm_add_tests(
0004     analitzatest.cpp
0005     expressiontest.cpp
0006     exptest.cpp
0007     mathmlpresentationtest.cpp
0008     typechecktest.cpp
0009     builtintest.cpp
0010     commandstest.cpp
0011 
0012     LINK_LIBRARIES ${testLibs}
0013 )
0014 
0015 ecm_add_test(
0016     TEST_NAME matchingtest
0017         matchingtest.cpp ../substituteexpression.cpp ../abstractexpressiontransformer.cpp
0018     LINK_LIBRARIES ${testLibs}
0019 )