Skip to content

Commit 41d4d6d

Browse files
authored
DPL: improve TableToTree (#2974)
1 parent a2a87d3 commit 41d4d6d

5 files changed

Lines changed: 860 additions & 14 deletions

File tree

Framework/Core/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ foreach(t
167167
TypeTraits
168168
Variants
169169
WorkflowHelpers
170-
WorkflowSerialization)
170+
WorkflowSerialization
171+
TreeToTable)
171172

172173
# FIXME ? The NAME parameter of o2_add_test is only needed to help the current
173174
# o2.sh recipe. If the recipe is changed, those params can go away, if needed.
@@ -222,7 +223,8 @@ foreach(b
222223
WorkflowHelpers
223224
ASoA
224225
HistogramRegistry
225-
Table2Tree
226+
TableToTree
227+
TreeToTable
226228
)
227229
o2_add_test(benchmark_${b} NAME test_Framework_benchmark_${b}
228230
SOURCES test/benchmark_${b}.cxx

0 commit comments

Comments
 (0)