Skip to content

Commit cb23031

Browse files
committed
Common: Add flag helper class
1 parent 5c52a4b commit cb23031

File tree

3 files changed

+949
-0
lines changed

3 files changed

+949
-0
lines changed

Common/Utils/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ o2_add_test(MemFileHelper
8181
SOURCES test/testMemFileHelper.cxx
8282
PUBLIC_LINK_LIBRARIES O2::CommonUtils)
8383

84+
o2_add_test(EnumFlags
85+
COMPONENT_NAME CommonUtils
86+
LABELS utils
87+
SOURCES test/testEnumFlags.cxx
88+
PUBLIC_LINK_LIBRARIES O2::CommonUtils)
89+
8490
o2_add_executable(treemergertool
8591
COMPONENT_NAME CommonUtils
8692
SOURCES src/TreeMergerTool.cxx

0 commit comments

Comments
 (0)