Skip to content
Snippets Groups Projects
Commit ac44f114 authored by laurent soulier's avatar laurent soulier
Browse files

[UT] Use all unit-tests by default

parent bd427aa7
No related branches found
No related tags found
2 merge requests!41Support for any backend storage,!13Refactoring Tensor
Pipeline #32733 passed
This commit is part of merge request !13. Comments created here will be created in the context of that merge request.
......@@ -8,19 +8,20 @@ FetchContent_Declare(
FetchContent_MakeAvailable(Catch2)
#file(GLOB_RECURSE src_files "*.cpp")
set(src_files)
list(APPEND src_files "data/Test_Context.cpp")
list(APPEND src_files "graph/Test_Connector.cpp")
list(APPEND src_files "graph/Test_GraphView.cpp")
#MESSAGE(WARNING "Memory leak in graphMatching/Test_GRegex.cpp")
list(APPEND src_files "graphMatching/Test_GRegex.cpp")
list(APPEND src_files "graphMatching/Test_NodeRegex.cpp")
#MESSAGE(WARNING "Memory leak in graphMatching/Test_SeqStm.cpp")
list(APPEND src_files "graphMatching/Test_SeqStm.cpp")
#MESSAGE(WARNING "Memory leak in graphMatching/Test_StmFactory.cpp")
list(APPEND src_files "graphMatching/Test_StmFactory.cpp")
list(APPEND src_files "operator/Test_GenericOperator.cpp")
# Comment following line and uncomment the next ones to selectively activate tests
file(GLOB_RECURSE src_files "*.cpp")
# set(src_files)
# list(APPEND src_files "data/Test_Context.cpp")
# list(APPEND src_files "graph/Test_Connector.cpp")
# list(APPEND src_files "graph/Test_GraphView.cpp")
# #MESSAGE(WARNING "Memory leak in graphMatching/Test_GRegex.cpp")
# list(APPEND src_files "graphMatching/Test_GRegex.cpp")
# list(APPEND src_files "graphMatching/Test_NodeRegex.cpp")
# #MESSAGE(WARNING "Memory leak in graphMatching/Test_SeqStm.cpp")
# list(APPEND src_files "graphMatching/Test_SeqStm.cpp")
# #MESSAGE(WARNING "Memory leak in graphMatching/Test_StmFactory.cpp")
# list(APPEND src_files "graphMatching/Test_StmFactory.cpp")
# list(APPEND src_files "operator/Test_GenericOperator.cpp")
add_executable(tests${module_name} ${src_files})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment