Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Framework/Core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ foreach(t
TypeTraits
Variants
WorkflowHelpers
WorkflowSerialization)
WorkflowSerialization
TreeToTable)

# FIXME ? The NAME parameter of o2_add_test is only needed to help the current
# o2.sh recipe. If the recipe is changed, those params can go away, if needed.
Expand Down Expand Up @@ -222,7 +223,8 @@ foreach(b
WorkflowHelpers
ASoA
HistogramRegistry
Table2Tree
TableToTree
TreeToTable
)
o2_add_test(benchmark_${b} NAME test_Framework_benchmark_${b}
SOURCES test/benchmark_${b}.cxx
Expand Down
Loading