We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c52a4b commit cb23031Copy full SHA for cb23031
Common/Utils/CMakeLists.txt
@@ -81,6 +81,12 @@ o2_add_test(MemFileHelper
81
SOURCES test/testMemFileHelper.cxx
82
PUBLIC_LINK_LIBRARIES O2::CommonUtils)
83
84
+o2_add_test(EnumFlags
85
+ COMPONENT_NAME CommonUtils
86
+ LABELS utils
87
+ SOURCES test/testEnumFlags.cxx
88
+ PUBLIC_LINK_LIBRARIES O2::CommonUtils)
89
+
90
o2_add_executable(treemergertool
91
COMPONENT_NAME CommonUtils
92
SOURCES src/TreeMergerTool.cxx
0 commit comments