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

[UT] Use all unit-tests by default

parent 8feffc41
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,12 @@ FetchContent_Declare(
FetchContent_MakeAvailable(Catch2)
# 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 "scheduler/Test_Scheduler.cpp")
# list(APPEND src_files "data/Test_TensorImpl.cpp")
# #list(APPEND src_files "data/TestTensor.cpp")
# list(APPEND src_files "data/TestTensor.cpp")
# list(APPEND src_files "operator/Test_AddImpl.cpp")
# list(APPEND src_files "operator/Test_AvgPoolingImpl.cpp")
# list(APPEND src_files "operator/Test_BatchNormImpl.cpp")
......
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